WebKit Bugzilla
Attachment 357793 Details for
Bug 192920
: Update test262 configuration to not run tests dependent on ICU version.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192920-20181219232927.patch (text/plain), 6.45 KB, created by
Keith Miller
on 2018-12-19 23:29:28 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Miller
Created:
2018-12-19 23:29:28 PST
Size:
6.45 KB
patch
obsolete
>Subversion Revision: 239433 >diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index 3f508c97eacf419cb0d99f60c33c1f0067040c0b..3cf661f82a373f64052e70c0cb25d7c54a717d0c 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,12 @@ >+2018-12-19 Keith Miller <keith_miller@apple.com> >+ >+ Update test262 configuration to not run tests dependent on ICU version. >+ https://bugs.webkit.org/show_bug.cgi?id=192920 >+ >+ Reviewed by NOBODY (OOPS)! >+ >+ * test262/expectations.yaml: >+ > 2018-12-19 Ross Kirsling <ross.kirsling@sony.com> > > Unreviewed follow-up to r192914. >diff --git a/JSTests/test262/config.yaml b/JSTests/test262/config.yaml >index 13ba99e02d50a68e5592b2621b76edcd3ad346a2..cccfac01d16627799c6d97b039cd70d865c20c75 100644 >--- a/JSTests/test262/config.yaml >+++ b/JSTests/test262/config.yaml >@@ -2,8 +2,9 @@ > --- > skip: > # (uncomment to skip tests based on path) >- # paths: >- # - time-clip-to-integer.js # https://bugs.webkit.org/show_bug.cgi?id=185563 >+ paths: >+ # https://bugs.webkit.org/show_bug.cgi?id=192920 >+ - test/intl402/NumberFormat/prototype/formatToParts > features: > - SharedArrayBuffer > - Atomics >@@ -50,3 +51,7 @@ skip: > # https://bugs.webkit.org/show_bug.cgi?id=186785 > - test/built-ins/global/global-object.js > - test/built-ins/global/property-descriptor.js >+ >+ # https://bugs.webkit.org/show_bug.cgi?id=192920 >+ - test/intl402/PluralRules/prototype/resolvedOptions/order.js >+ - test/intl402/PluralRules/prototype/resolvedOptions/pluralCategories.js >diff --git a/JSTests/test262/expectations.yaml b/JSTests/test262/expectations.yaml >index 23fe962adaba5db1ebd3dd9a5e47b1f88c462c61..df951b14675cddf85578045453eaa98923b0809e 100644 >--- a/JSTests/test262/expectations.yaml >+++ b/JSTests/test262/expectations.yaml >@@ -2065,39 +2065,9 @@ test/intl402/NumberFormat/prototype/format/format-significant-digits-precision.j > test/intl402/NumberFormat/prototype/format/format-significant-digits.js: > default: 'Test262Error: Formatted value for -0, en-US-u-nu-arab and options {"useGrouping":false,"minimumSignificantDigits":3,"maximumSignificantDigits":5} is àëàà; expected ÃÂ-àëàà.' > strict mode: 'Test262Error: Formatted value for -0, en-US-u-nu-arab and options {"useGrouping":false,"minimumSignificantDigits":3,"maximumSignificantDigits":5} is àëàà; expected ÃÂ-àëàà.' >-test/intl402/NumberFormat/prototype/formatToParts/default-parameter.js: >- default: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts()', 'nf.formatToParts' is undefined)" >- strict mode: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts()', 'nf.formatToParts' is undefined)" >-test/intl402/NumberFormat/prototype/formatToParts/formatToParts.js: >- default: 'Test262Error: `typeof Intl.NumberFormat.prototype.formatToParts` is `function` Expected SameValue(ëundefinedû, ëfunctionû) to be true' >- strict mode: 'Test262Error: `typeof Intl.NumberFormat.prototype.formatToParts` is `function` Expected SameValue(ëundefinedû, ëfunctionû) to be true' >-test/intl402/NumberFormat/prototype/formatToParts/length.js: >- default: "TypeError: undefined is not an object (evaluating 'Intl.NumberFormat.prototype.formatToParts.length')" >- strict mode: "TypeError: undefined is not an object (evaluating 'Intl.NumberFormat.prototype.formatToParts.length')" >-test/intl402/NumberFormat/prototype/formatToParts/main.js: >- default: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts(value)', 'nf.formatToParts' is undefined)" >- strict mode: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts(value)', 'nf.formatToParts' is undefined)" >-test/intl402/NumberFormat/prototype/formatToParts/name.js: >- default: "TypeError: undefined is not an object (evaluating 'Intl.NumberFormat.prototype.formatToParts.name')" >- strict mode: "TypeError: undefined is not an object (evaluating 'Intl.NumberFormat.prototype.formatToParts.name')" >-test/intl402/NumberFormat/prototype/formatToParts/prop-desc.js: >- default: 'Test262Error: `typeof Intl.NumberFormat.prototype.formatToParts` is `function` Expected SameValue(ëundefinedû, ëfunctionû) to be true' >- strict mode: 'Test262Error: `typeof Intl.NumberFormat.prototype.formatToParts` is `function` Expected SameValue(ëundefinedû, ëfunctionû) to be true' >-test/intl402/NumberFormat/prototype/formatToParts/return-abrupt-tonumber.js: >- default: 'Test262Error: valueOf Expected a Test262Error but got a TypeError' >- strict mode: 'Test262Error: valueOf Expected a Test262Error but got a TypeError' >-test/intl402/NumberFormat/prototype/formatToParts/value-tonumber.js: >- default: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts(value)', 'nf.formatToParts' is undefined)" >- strict mode: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts(value)', 'nf.formatToParts' is undefined)" > test/intl402/NumberFormat/style-unit.js: > default: 'RangeError: style must be either "decimal", "percent", or "currency"' > strict mode: 'RangeError: style must be either "decimal", "percent", or "currency"' >-test/intl402/PluralRules/prototype/resolvedOptions/order.js: >- default: 'Test262Error: Expected [locale, type, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits] and [locale, type, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits, pluralCategories] to have the same contents. undefined' >- strict mode: 'Test262Error: Expected [locale, type, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits] and [locale, type, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits, pluralCategories] to have the same contents. undefined' >-test/intl402/PluralRules/prototype/resolvedOptions/pluralCategories.js: >- default: 'Test262Error: Should have different arrays Expected SameValue(ëundefinedû, ëundefinedû) to be false' >- strict mode: 'Test262Error: Should have different arrays Expected SameValue(ëundefinedû, ëundefinedû) to be false' > test/intl402/RelativeTimeFormat/constructor/constructor/locales-invalid.js: > default: 'Test262Error: Expected SameValue(ëundefinedû, ëfunctionû) to be true' > strict mode: 'Test262Error: Expected SameValue(ëundefinedû, ëfunctionû) to be true'
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
Flags:
saam
:
review+
commit-queue
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192920
: 357793