WebKit Bugzilla
Attachment 340262 Details for
Bug 185582
: [BigInt] stress/big-int-spec-to-primitive.js test is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185582-20180513114257.patch (text/plain), 1.29 KB, created by
Caio Lima
on 2018-05-13 07:42:57 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Caio Lima
Created:
2018-05-13 07:42:57 PDT
Size:
1.29 KB
patch
obsolete
>Subversion Revision: 231740 >diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index 018348aa491e5a2a015dbe53ca51df7383ba6d6e..707255e34c1f7d48447b7ea27ef78baf32743684 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,16 @@ >+2018-05-13 Caio Lima <ticaiolima@gmail.com> >+ >+ [BigInt] stress/big-int-spec-to-primitive.js test is failing >+ https://bugs.webkit.org/show_bug.cgi?id=185582 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ This patch is removing the use of ```numberOfDFGCompiles``` from >+ stress/big-int-spec-to-primitive.js because it makes this est fail >+ sometimes. >+ >+ * stress/big-int-spec-to-primitive.js: >+ > 2018-05-13 Andy VanWagoner <andy@vanwagoner.family> > > [INTL] Improve spec & test262 compliance for Intl APIs >diff --git a/JSTests/stress/big-int-spec-to-primitive.js b/JSTests/stress/big-int-spec-to-primitive.js >index ddba6dbfa76173a79ae2c065cbad2187cf860620..37f8790d68ce4eeed927f951fbd7faaad44d3363 100644 >--- a/JSTests/stress/big-int-spec-to-primitive.js >+++ b/JSTests/stress/big-int-spec-to-primitive.js >@@ -1,4 +1,3 @@ >-//@ skip if not $jitTests > //@ runBigIntEnabled > > function assert(a) { >@@ -16,5 +15,3 @@ for (let i = 0; i < 10000; i++) { > assert(foo(10n) === "10"); > } > >-assert(numberOfDFGCompiles(foo) === 1); >-
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 185582
: 340262