WebKit Bugzilla
Attachment 349048 Details for
Bug 189347
: Move regress-189185.js under JSTests/wasm.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for landing.
bug-189347.patch (text/plain), 1.90 KB, created by
Mark Lam
on 2018-09-06 11:49:07 PDT
(
hide
)
Description:
patch for landing.
Filename:
MIME Type:
Creator:
Mark Lam
Created:
2018-09-06 11:49:07 PDT
Size:
1.90 KB
patch
obsolete
>Index: JSTests/ChangeLog >=================================================================== >--- JSTests/ChangeLog (revision 235745) >+++ JSTests/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-09-06 Mark Lam <mark.lam@apple.com> >+ >+ Gardening: Move regress-189185.js under JSTests/wasm. >+ https://bugs.webkit.org/show_bug.cgi?id=189347 >+ >+ Not reviewed. >+ >+ * stress/regress-189185.js: Removed. >+ * wasm/regress/regress-189185.js: Copied from JSTests/stress/regress-189185.js. >+ > 2018-09-05 Mark Lam <mark.lam@apple.com> > > JSPropertyNameEnumerator::visitChildren() needs to visit its m_cachedStructureID. >Index: JSTests/stress/regress-189185.js >=================================================================== >--- JSTests/stress/regress-189185.js (revision 235741) >+++ JSTests/stress/regress-189185.js (nonexistent) >@@ -1,8 +0,0 @@ >-//@ skip if $architecture == "x86" >-//@ runDefault >-// This passes if it does not crash. >-new WebAssembly.CompileError({ >- valueOf() { >- throw new Error(); >- } >-}); >Index: JSTests/wasm/regress/regress-189185.js >=================================================================== >--- JSTests/wasm/regress/regress-189185.js (revision 235741) (from JSTests/stress/regress-189185.js:235741) >+++ JSTests/wasm/regress/regress-189185.js (working copy) >@@ -0,0 +1,8 @@ >+//@ skip if $architecture == "x86" >+//@ runDefault >+// This passes if it does not crash. >+new WebAssembly.CompileError({ >+ valueOf() { >+ throw new Error(); >+ } >+}); >Index: JSTests/wasm/regress/regress-189185.js >=================================================================== >--- JSTests/wasm/regress/regress-189185.js (revision 235741) >+++ JSTests/wasm/regress/regress-189185.js (working copy) >@@ -1,5 +1,4 @@ >-//@ skip if $architecture == "x86" >-//@ runDefault >+//@ runWebAssembly > // This passes if it does not crash. > new WebAssembly.CompileError({ > valueOf() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
commit-queue
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 189347
:
349022
|
349023
| 349048