Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 514CC173BA for ; Wed, 15 Oct 2014 02:36:34 +0000 (UTC) Received: (qmail 11123 invoked by uid 500); 15 Oct 2014 02:36:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 11098 invoked by uid 500); 15 Oct 2014 02:36:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 11079 invoked by uid 99); 15 Oct 2014 02:36:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 02:36:34 +0000 Date: Wed, 15 Oct 2014 02:36:33 +0000 (UTC) From: "Angela Fowler (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7785) device-orientation spec 1 and 4 failing async callback timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171906#comment-14171906 ] Angela Fowler commented on CB-7785: ----------------------------------- Failing tests are : compass.hardwarecheck is compass supported compass.spec.3 getCurrentHeading > device-orientation spec 1 and 4 failing async callback timeout > -------------------------------------------------------------- > > Key: CB-7785 > URL: https://issues.apache.org/jira/browse/CB-7785 > Project: Apache Cordova > Issue Type: Bug > Components: mobile-spec, Windows 8 > Affects Versions: 3.6.3 > Environment: Visual Studio emulator and RT device > Reporter: Angela Fowler > Assignee: Jesse MacFadyen > Priority: Minor > Attachments: device-orientation-failures.png > > > compass.spec.1 and compass.spec.2 failing > it("compass.spec.1 should exist", function () { > // console.log("In spec 1"); > expect(navigator.compass).toBeDefined(); > }); > The error comes from the timeoutable function of jasmine.js > onException(new Error('Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.')); > Also the log statement in spec 1 causes the log to be displayed which obscures the test results. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org