WebKit Bugzilla
Attachment 357541 Details for
Bug 192019
: REGRESSION: stress/materialized-regexp-has-correct-last-index-set-by-match.js timing out on 32-bit JSC bot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch.
bug-192019.patch (text/plain), 1.19 KB, created by
Mark Lam
on 2018-12-17 23:18:55 PST
(
hide
)
Description:
proposed patch.
Filename:
MIME Type:
Creator:
Mark Lam
Created:
2018-12-17 23:18:55 PST
Size:
1.19 KB
patch
obsolete
>Index: JSTests/ChangeLog >=================================================================== >--- JSTests/ChangeLog (revision 239325) >+++ JSTests/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2018-12-17 Mark Lam <mark.lam@apple.com> >+ >+ Skip the stress/materialized-regexp-has-correct-last-index-set-by-match.js test on 32-bit. >+ https://bugs.webkit.org/show_bug.cgi?id=192019 >+ <rdar://problem/46525456> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ The test runs too slow on 32-bit. >+ >+ * stress/materialized-regexp-has-correct-last-index-set-by-match.js: >+ > 2018-12-17 Mark Lam <mark.lam@apple.com> > > Array unshift/shift should not race against the AI in the compiler thread. >Index: JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js >=================================================================== >--- JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js (revision 239325) >+++ JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js (working copy) >@@ -1,3 +1,5 @@ >+//@ skip if $architecture != "arm64" and $architecture != "x86-64" >+ > function shouldBe(actual, expected) > { > if (actual !== expected)
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192019
: 357541