Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BC8C10C0A for ; Wed, 6 Nov 2013 22:27:35 +0000 (UTC) Received: (qmail 3134 invoked by uid 500); 6 Nov 2013 22:27:35 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 3066 invoked by uid 500); 6 Nov 2013 22:27:34 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 3058 invoked by uid 99); 6 Nov 2013 22:27:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 22:27:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bowserj@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vc0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 22:27:28 +0000 Received: by mail-vc0-f171.google.com with SMTP id ik5so110132vcb.30 for ; Wed, 06 Nov 2013 14:27:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=XE4RA/IybyBEFVSlyXI0VmvpGYh4WbY2cXrAZzRIzT8=; b=TiL8onCYBNIASALaeY9Hd1hRCA1xsDkkY9dlWg9DKguR5477fT/Hjp6jSoN2Hl39qU 2FR8PoCFD1x8lJ5UgEFS0TlOWIkOHRZ8z1oTSFt3q9lSrndUJw72+xai9xrOSPshVRPo ErU64eWlpbi5Yt2+FH2i+BagywPpLFvp48zBM8Jjz3JmpmGyeVAoTSWn4obEm12v2NPJ bl3VIkUTa83+DIqDoRbs//xzuHVimyXZW4D/eQ003lV6XGZY6g1PwxVKudWFnEYabQRP zGX0G8dewSlHmvFyBcl02axehyz/7F8GS3K0dYBVeO7ToZsryRdoJerPP7cdbq/peYDO fuUA== MIME-Version: 1.0 X-Received: by 10.52.36.40 with SMTP id n8mr3620960vdj.34.1383776827627; Wed, 06 Nov 2013 14:27:07 -0800 (PST) Received: by 10.220.183.5 with HTTP; Wed, 6 Nov 2013 14:27:07 -0800 (PST) Reply-To: bowserj@apache.org In-Reply-To: References: <914B1152-C4D2-4C06-911C-B5A92A9C9B17@gmail.com> <4B8ABE16-C91C-45AF-ACBE-63D3DC67FFE6@gmail.com> Date: Wed, 6 Nov 2013 14:27:07 -0800 Message-ID: Subject: Re: 2.9.1 + 3.2.0rc1 From: Joe Bowser To: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Nov 6, 2013 at 2:14 PM, Joe Bowser wrote: > On Wed, Nov 6, 2013 at 2:04 PM, Marcel Kinard wrote: >> BTW, I also found a couple failures in the Android native tests on 4.2.2 on a Nexus 7 with 3.2.0-rc1: >> >> junit.framework.AssertionFailedError >> at org.apache.cordova.test.BackButtonMultiPageTest.testViaHref(BackButtonMultiPageTest.java:63) >> > > I actually think it's the test. It passes when I run it by itself > sometimes. I'm thinking that this should probably be deleted because > it's not the most reliable. > Yup! The JS is broken on the tests, therefore this would break window.location working! Please disregard this test until we've upgraded the test project to be a proper 3.x set of tests.