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+

Description Csaba Osztrogonác 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
Comment 1 Csaba Osztrogonác 2015-01-27 01:28:20 PST
skipped by http://trac.webkit.org/changeset/179176
Comment 2 Radar WebKit Bug Importer 2015-01-27 09:46:33 PST
<rdar://problem/19615420>
Comment 3 Per Arne Vollan 2016-09-07 08:04:01 PDT
Created attachment 288137 [details]
Patch
Comment 4 Mark Lam 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".
Comment 5 Per Arne Vollan 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.
Comment 6 Per Arne Vollan 2016-09-08 00:50:23 PDT
Committed r205598: <http://trac.webkit.org/changeset/205598>