WebKit Bugzilla
Attachment 340324 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-20180514135946.patch (text/plain), 2.15 KB, created by
Leo Balter
on 2018-05-14 09:59:47 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Leo Balter
Created:
2018-05-14 09:59:47 PDT
Size:
2.15 KB
patch
obsolete
>Subversion Revision: 231754 >diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index fbf7d3f8fa806741f6a32eda2db143c4513f6c1b..abb4940573283ee9f5cd3f50702e2f318f71d1c1 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,13 @@ >+2018-05-11 Leo Balter <leonardo.balter@gmail.com> >+ >+ Fix a legacy CRLF eol from Test262 >+ https://bugs.webkit.org/show_bug.cgi?id=185565 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * test262/config.yaml: >+ * test262/test/built-ins/Math/cbrt/prop-desc.js: >+ > 2018-05-13 Caio Lima <ticaiolima@gmail.com> > > [BigInt] stress/big-int-spec-to-primitive.js test is failing >diff --git a/JSTests/test262/config.yaml b/JSTests/test262/config.yaml >index 1381dd6b4cf5f81d1f4dea7638dd57acbab22d91..16eb8919703ea584d832a9d00a0bc1376280bd2c 100644 >--- a/JSTests/test262/config.yaml >+++ b/JSTests/test262/config.yaml >@@ -3,7 +3,7 @@ > skip: > # (uncomment to skip tests based on path) > # paths: >- # - test/built-ins/Atomics >+ # - 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