WebKit Bugzilla
Attachment 340225 Details for
Bug 185565
: Test262: Fix legacy CRLF eol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185565-20180511185035.patch (text/plain), 2.42 KB, created by
Leo Balter
on 2018-05-11 14:50:36 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Leo Balter
Created:
2018-05-11 14:50:36 PDT
Size:
2.42 KB
patch
obsolete
>Subversion Revision: 231715 >diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index 407ef6a2912bbde2bfb0ee8543e652093c858576..92dc55d6d34711392ab574e83ad17b3d736bd4db 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,19 @@ >+2018-05-11 Leo Balter <leonardo.balter@gmail.com> >+ >+ Test262: Update skip list from tests results >+ https://bugs.webkit.org/show_bug.cgi?id=185565 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Use the Test262 config to skip new failing tests with a reference to their >+ respective bug number. >+ >+ Also includes a legacy CRLF eol not previously imported from Test262 causing >+ a test to fail. >+ >+ * test262/config.yaml: >+ * test262/test/built-ins/Math/cbrt/prop-desc.js: >+ > 2018-05-11 Michael Saboff <msaboff@apple.com> > > [DFG] Compiler uses incorrect output register for NumberIsInteger operation >diff --git a/JSTests/test262/config.yaml b/JSTests/test262/config.yaml >index 1381dd6b4cf5f81d1f4dea7638dd57acbab22d91..453da6241b1932e46bd2d7b7c6d698d8cf204682 100644 >--- a/JSTests/test262/config.yaml >+++ b/JSTests/test262/config.yaml >@@ -2,8 +2,8 @@ > --- > skip: > # (uncomment to skip tests based on path) >- # paths: >- # - test/built-ins/Atomics >+ paths: >+ - time-clip-to-integer.js # https://bugs.webkit.org/show_bug.cgi?id=185563 > features: > - SharedArrayBuffer > - Atomics >diff --git a/JSTests/test262/test/built-ins/Math/cbrt/prop-desc.js b/JSTests/test262/test/built-ins/Math/cbrt/prop-desc.js >index 0a5a2657cc17c7011b0ac74b48b5f63fcad410b7..e7d83a78fd1cbcd2ded06c9d62bb1de9f07f1dd3 100644 >--- a/JSTests/test262/test/built-ins/Math/cbrt/prop-desc.js >+++ b/JSTests/test262/test/built-ins/Math/cbrt/prop-desc.js >@@ -1,12 +1,12 @@ >-// Copyright 2015 Microsoft Corporation. All rights reserved. >-// This code is governed by the license found in the LICENSE file. >- >-/*--- >-description: Testing descriptor property of Math.cbrt >-includes: [propertyHelper.js] >-es6id: 20.2.2.9 >----*/ >- >-verifyNotEnumerable(Math, "cbrt"); >-verifyWritable(Math, "cbrt"); >-verifyConfigurable(Math, "cbrt"); >+// Copyright 2015 Microsoft Corporation. All rights reserved. >+// This code is governed by the license found in the LICENSE file. >+ >+/*--- >+description: Testing descriptor property of Math.cbrt >+includes: [propertyHelper.js] >+es6id: 20.2.2.9 >+---*/ >+ >+verifyNotEnumerable(Math, "cbrt"); >+verifyWritable(Math, "cbrt"); >+verifyConfigurable(Math, "cbrt");
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 185565
:
340225
|
340233
|
340324