Bug 120083 - fast/js/regress/emscripten-cube2hash is failing on all the Mac bots
Summary: fast/js/regress/emscripten-cube2hash is failing on all the Mac bots
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-08-20 13:41 PDT by Tim Horton
Modified: 2013-08-20 16:51 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2013-08-20 13:41:36 PDT
The test (fast/js/regress/emscripten-cube2hash) added by https://bugs.webkit.org/show_bug.cgi?id=120033 seems to be failing on the ML testers, with console.logs and exceptions and stuff:

http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r154351%20(10956)/fast/js/regress/emscripten-cube2hash-pretty-diff.html

http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK1%20(Tests)/r154351%20(12124)/fast/js/regress/emscripten-cube2hash-pretty-diff.html

--- /Volumes/Data/slave/mountainlion-release-tests-wk2/build/layout-test-results/fast/js/regress/emscripten-cube2hash-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk2/build/layout-test-results/fast/js/regress/emscripten-cube2hash-actual.txt
@@ -1,10 +1,13 @@
+CONSOLE MESSAGE: line 108: preload time: 4 ms
+CONSOLE MESSAGE: line 105: hash value: 892BDB6FD3F62E863D63DA55851700FDE3ACF30204798CE9
+CONSOLE MESSAGE: line 8579: Error: bad result: 
 JSRegress/emscripten-cube2hash
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS no exception thrown
-PASS successfullyParsed is true
+FAIL caught exception: Error: bad result: 
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
 
 TEST COMPLETE
Comment 1 Filip Pizlo 2013-08-20 13:51:25 PDT
Oh, yeah.  I forgot to make the test do the right things for ENVIRONMENT_IS_WEB.

It's weird that the test doesn't fail on other configurations.
Comment 2 Tim Horton 2013-08-20 13:59:10 PDT
(In reply to comment #1)
> Oh, yeah.  I forgot to make the test do the right things for ENVIRONMENT_IS_WEB.
> 
> It's weird that the test doesn't fail on other configurations.

I’d not be surprised if it did, I just haven’t looked and didn’t want to overstate.
Comment 3 Tim Horton 2013-08-20 14:08:59 PDT
Failing test expectation in http://trac.webkit.org/changeset/154357
Comment 4 Filip Pizlo 2013-08-20 16:51:57 PDT
Landed fix in http://trac.webkit.org/changeset/154377.