exceptionFuzz.yaml/exceptionFuzz/3d-cube.js.exception-fuzz exceptionFuzz.yaml/exceptionFuzz/date-format-xparb.js.exception-fuzz exceptionFuzz.yaml/exceptionFuzz/earley-boyer.js.exception-fuzz exceptionFuzz.yaml/exceptionFuzz/3d-cube.js.exception-fuzz: Failure for command ../../../.vm/JavaScriptCore.framework/Resources/jsc 3d-cube.js with seed 1422344195, repeat 100: Unexpected JSC EXCEPTION FUZZ: Caught exception: Error: Exception Fuzz while in state waiting for target 3583 at ../../../.helpers/js-exception-fuzz line 67, <$testInput> line 1. exceptionFuzz.yaml/exceptionFuzz/3d-cube.js.exception-fuzz: ERROR: Unexpected exit code: 29 FAIL: exceptionFuzz.yaml/exceptionFuzz/3d-cube.js.exception-fuzz exceptionFuzz.yaml/exceptionFuzz/date-format-xparb.js.exception-fuzz: Failure for command ../../../.vm/JavaScriptCore.framework/Resources/jsc date-format-xparb.js with seed 1422344195, repeat 100: Unexpected JSC EXCEPTION FUZZ: Caught exception: Error: Exception Fuzz while in state waiting for target 6634 at ../../../.helpers/js-exception-fuzz line 67, <$testInput> line 1. exceptionFuzz.yaml/exceptionFuzz/date-format-xparb.js.exception-fuzz: ERROR: Unexpected exit code: 29 FAIL: exceptionFuzz.yaml/exceptionFuzz/date-format-xparb.js.exception-fuzz exceptionFuzz.yaml/exceptionFuzz/earley-boyer.js.exception-fuzz: Failure for command ../../../.vm/JavaScriptCore.framework/Resources/jsc earley-boyer.js with seed 1422344195, repeat 100: Unexpected JSC EXCEPTION FUZZ: Caught exception: Error: Exception Fuzz while in state waiting for target 26009 at ../../../.helpers/js-exception-fuzz line 67, <$testInput> line 1. exceptionFuzz.yaml/exceptionFuzz/earley-boyer.js.exception-fuzz: ERROR: Unexpected exit code: 29 FAIL: exceptionFuzz.yaml/exceptionFuzz/earley-boyer.js.exception-fuzz
skipped by http://trac.webkit.org/changeset/179176
<rdar://problem/19615420>
Created attachment 288137 [details] Patch
Comment on attachment 288137 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=288137&action=review r=me > Source/JavaScriptCore/ChangeLog:9 > + The tests depend on that the output to stdout is written in the correct order. I suggest replacing "depend on that the output to stdout is written" with "depend on the output to stdout being written".
(In reply to comment #4) > Comment on attachment 288137 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=288137&action=review > > r=me > > > Source/JavaScriptCore/ChangeLog:9 > > + The tests depend on that the output to stdout is written in the correct order. > > I suggest replacing "depend on that the output to stdout is written" with > "depend on the output to stdout being written". Thanks for reviewing :) I will update the comment before landing.
Committed r205598: <http://trac.webkit.org/changeset/205598>