[Webkit-unassigned] [Bug 132022] REGRESSION: JSRegress's js/slow-stress/new-spread.html fails sometimes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 22 13:53:58 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132022





--- Comment #4 from Michael Saboff <msaboff at apple.com>  2014-04-22 13:54:18 PST ---
Running repeatedly, I can get this to fail ~25% of the time:

$ for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do echo "Try #$i"; DYLD_FRAMEWORK_PATH=WebKitBuild/Release WebKitBuild/Release/jsc LayoutTests/js/slow-stress/script-tests/new-spread.js ; done
Try #1
Try #2
Exception: Result was -872245192 expected -2371153088
Try #3
Try #4
Try #5
Exception: Result was 1614215892 expected -2371153088
Try #6
Try #7
Try #8
Try #9
Try #10
Try #11
Try #12
Exception: Result was 1614215892 expected -2371153088
Try #13
Try #14
Try #15
Try #16
Try #17
Exception: Result was -872245192 expected -2371153088
Try #18
Try #19
Try #20
Exception: Result was 1614215892 expected -2371153088

It happens less frequently with a debug build, roughly 10% of the time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list