WebKit Bugzilla
Attachment 360569 Details for
Bug 194007
: [JSC][BigEndians] Several JSC stress tests failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194007-20190130131956.patch (text/plain), 2.68 KB, created by
Tomas Popela
on 2019-01-30 04:19:57 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tomas Popela
Created:
2019-01-30 04:19:57 PST
Size:
2.68 KB
patch
obsolete
>Subversion Revision: 240707 >diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index 4cfcd5066624560396f18a9782a92fe62ff57422..8681f054539e58b266649bfb946647c17aa86c2a 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,18 @@ >+2019-01-30 Tomas Popela <tpopela@redhat.com> >+ >+ [JSC][BigEndians] Several JSC stress tests failing >+ https://bugs.webkit.org/show_bug.cgi?id=194007 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Skip these tests when JIT is not enabled, as they require it. >+ >+ * stress/dataview-get-cse.js: >+ * stress/dataview-jit-get.js: >+ * stress/dataview-jit-neuter.js: >+ * stress/dataview-jit-set-nan.js: >+ * stress/dataview-jit-set.js: >+ > 2019-01-29 Mark Lam <mark.lam@apple.com> > > ValueRecovery::recover() should purify NaN values it recovers. >diff --git a/JSTests/stress/dataview-get-cse.js b/JSTests/stress/dataview-get-cse.js >index e3d47a938e581bac7975c34758f1e1148e430d95..a5a72dd8a59fac234133971feb8ad2a455f31da5 100644 >--- a/JSTests/stress/dataview-get-cse.js >+++ b/JSTests/stress/dataview-get-cse.js >@@ -1,3 +1,4 @@ >+//@ skip if not $jitTests > "use strict"; > > function assert(b) { >diff --git a/JSTests/stress/dataview-jit-get.js b/JSTests/stress/dataview-jit-get.js >index e0665af20c24b1037dab1ed025c6afbe5a2867e6..6ddfd6d7c08e1bd24601873b66e85719e40b3243 100644 >--- a/JSTests/stress/dataview-jit-get.js >+++ b/JSTests/stress/dataview-jit-get.js >@@ -1,3 +1,4 @@ >+//@ skip if not $jitTests > "use strict"; > > function assert(b) { >diff --git a/JSTests/stress/dataview-jit-neuter.js b/JSTests/stress/dataview-jit-neuter.js >index 635fc4c712df2f9e663c6429b79b149a8be501bf..fec4672d752099e8b884f7874b615816fb1d17ba 100644 >--- a/JSTests/stress/dataview-jit-neuter.js >+++ b/JSTests/stress/dataview-jit-neuter.js >@@ -1,3 +1,4 @@ >+//@ skip if not $jitTests > "use strict"; > > function assert(b) { >diff --git a/JSTests/stress/dataview-jit-set-nan.js b/JSTests/stress/dataview-jit-set-nan.js >index cbd1cdb3afe179c0339fe0da29aefe5b6765af30..8d7b44e02728e606b799f18e5257f2b88ac3ebb9 100644 >--- a/JSTests/stress/dataview-jit-set-nan.js >+++ b/JSTests/stress/dataview-jit-set-nan.js >@@ -1,3 +1,4 @@ >+//@ skip if not $jitTests > //@ skip if $architecture == "mips" > > "use strict"; >@@ -49,4 +50,4 @@ function test() { > assert(bits[0] === 0x04030201); > } > } >-test(); >\ No newline at end of file >+test(); >diff --git a/JSTests/stress/dataview-jit-set.js b/JSTests/stress/dataview-jit-set.js >index 9238eb73f91dd0649e9b7f8b16212d88c7f462ca..a8c577b7c57e32c383ee211c5b4f33961f1781f2 100644 >--- a/JSTests/stress/dataview-jit-set.js >+++ b/JSTests/stress/dataview-jit-set.js >@@ -1,3 +1,4 @@ >+//@ skip if not $jitTests > "use strict"; > > function assert(b) {
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 194007
:
360569
|
364657
|
393992