Bug 140928 - [Win] Exception fuzz tests fail
Summary: [Win] Exception fuzz tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-27 01:16 PST by Csaba Osztrogonác
Modified: 2016-09-08 00:50 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.53 KB, patch)
2016-09-07 08:04 PDT, Per Arne Vollan
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>