Bug 140928

Summary: [Win] Exception fuzz tests fail
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, ggaren, keith_miller, mark.lam, msaboff, ossy, pvollan, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Csaba Osztrogonác
Reported 2015-01-27 01:16:04 PST
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
Attachments
Patch (2.53 KB, patch)
2016-09-07 08:04 PDT, Per Arne Vollan
mark.lam: review+
Csaba Osztrogonác
Comment 1 2015-01-27 01:28:20 PST
Radar WebKit Bug Importer
Comment 2 2015-01-27 09:46:33 PST
Per Arne Vollan
Comment 3 2016-09-07 08:04:01 PDT
Mark Lam
Comment 4 2016-09-07 08:55:05 PDT
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".
Per Arne Vollan
Comment 5 2016-09-08 00:48:15 PDT
(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.
Per Arne Vollan
Comment 6 2016-09-08 00:50:23 PDT
Note You need to log in before you can comment on or make changes to this bug.