Title: [235680] trunk/JSTests
Revision
235680
Author
[email protected]
Date
2018-09-05 11:33:03 -0700 (Wed, 05 Sep 2018)

Log Message

[32-bit JSC tests] Exception: ReferenceError: Can't find variable: WebAssembly.
https://bugs.webkit.org/show_bug.cgi?id=189312.

Unreviewed test gardening.

* stress/regress-189185.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (235679 => 235680)


--- trunk/JSTests/ChangeLog	2018-09-05 18:13:20 UTC (rev 235679)
+++ trunk/JSTests/ChangeLog	2018-09-05 18:33:03 UTC (rev 235680)
@@ -1,3 +1,12 @@
+2018-09-05  David Fenton  <[email protected]>
+
+        [32-bit JSC tests] Exception: ReferenceError: Can't find variable: WebAssembly.
+        https://bugs.webkit.org/show_bug.cgi?id=189312.
+
+        Unreviewed test gardening.
+
+        * stress/regress-189185.js:
+
 2018-09-05  Mark Lam  <[email protected]>
 
         isAsyncGeneratorMethodParseMode() should check for SourceParseMode::AsyncGeneratorWrapperMethodMode.

Modified: trunk/JSTests/stress/regress-189185.js (235679 => 235680)


--- trunk/JSTests/stress/regress-189185.js	2018-09-05 18:13:20 UTC (rev 235679)
+++ trunk/JSTests/stress/regress-189185.js	2018-09-05 18:33:03 UTC (rev 235680)
@@ -1,5 +1,5 @@
+//@ skip if $architecture == "x86"
 //@ runDefault
-//@ skip if $architecture == "x86"
 // This passes if it does not crash.
 new WebAssembly.CompileError({
     valueOf() {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to