Changeset 284886 in webkit
- Timestamp:
- Oct 26, 2021, 11:57:31 AM (5 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
test262/expectations.yaml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r284851 r284886 1 2021-10-26 Yusuke Suzuki <ysuzuki@apple.com> 2 3 Unreviewed, fix test262 bot failures 4 https://bugs.webkit.org/show_bug.cgi?id=232005 5 6 * test262/expectations.yaml: 7 1 8 2021-10-25 Yusuke Suzuki <ysuzuki@apple.com> 2 9 -
trunk/JSTests/test262/expectations.yaml
r284751 r284886 1162 1162 default: 'Test262Error: length Expected SameValue(«5», «11») to be true' 1163 1163 strict mode: 'Test262Error: length Expected SameValue(«5», «11») to be true' 1164 test/intl402/DateTimeFormat/prototype/formatRange/en-US.js: 1165 default: 'Test262Error: Expected SameValue(«1/3/2019 – 1/5/2019», «1/3/2019 – 1/5/2019») to be true' 1166 strict mode: 'Test262Error: Expected SameValue(«1/3/2019 – 1/5/2019», «1/3/2019 – 1/5/2019») to be true' 1167 test/intl402/DateTimeFormat/prototype/formatRange/fractionalSecondDigits.js: 1168 default: 'Test262Error: no fractionalSecondDigits Expected SameValue(«02:03 – 02:13», «02:03 – 02:13») to be true' 1169 strict mode: 'Test262Error: no fractionalSecondDigits Expected SameValue(«02:03 – 02:13», «02:03 – 02:13») to be true' 1164 1170 test/intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-default.js: 1165 1171 default: 'Test262Error: Expected SameValue(«h24», «h23») to be true' 1166 1172 strict mode: 'Test262Error: Expected SameValue(«h24», «h23») to be true' 1173 test/intl402/Intl/getCanonicalLocales/non-iana-canon.js: 1174 default: 'Test262Error: The value of Intl.getCanonicalLocales(tag)[0] equals the value of `canonical` Expected SameValue(«en-US-u-va-posix», «posix») to be true' 1175 strict mode: 'Test262Error: The value of Intl.getCanonicalLocales(tag)[0] equals the value of `canonical` Expected SameValue(«en-US-u-va-posix», «posix») to be true' 1167 1176 test/intl402/Intl/getCanonicalLocales/preferred-grandfathered.js: 1168 default: 'Test262Error: Expected SameValue(« cel-gaulish», «xtg») to be true'1169 strict mode: 'Test262Error: Expected SameValue(« cel-gaulish», «xtg») to be true'1177 default: 'Test262Error: Expected SameValue(«xtg-x-cel-gaulish», «xtg») to be true' 1178 strict mode: 'Test262Error: Expected SameValue(«xtg-x-cel-gaulish», «xtg») to be true' 1170 1179 test/intl402/Intl/getCanonicalLocales/transformed-ext-canonical.js: 1171 1180 default: 'Test262Error: Expected SameValue(«sl-t-sl-rozaj-biske-1994», «sl-t-sl-1994-biske-rozaj») to be true' … … 1178 1187 strict mode: 'Test262Error: Expected SameValue(«und-NO-u-sd-no23», «und-NO-u-sd-no50») to be true' 1179 1188 test/intl402/Locale/extensions-grandfathered.js: 1180 default: 'Test262Error: Expected SameValue(«fr-Cyrl-FR-gaulish-u-nu-latn», «fr-Cyrl-FR-u-nu-latn») to be true' 1181 strict mode: 'Test262Error: Expected SameValue(«fr-Cyrl-FR-gaulish-u-nu-latn», «fr-Cyrl-FR-u-nu-latn») to be true' 1182 test/intl402/Locale/getters-grandfathered.js: 1183 default: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true' 1184 strict mode: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true' 1189 default: 'Test262Error: Expected SameValue(«fr-Cyrl-FR-u-nu-latn-x-cel-gaulish», «fr-Cyrl-FR-u-nu-latn») to be true' 1190 strict mode: 'Test262Error: Expected SameValue(«fr-Cyrl-FR-u-nu-latn-x-cel-gaulish», «fr-Cyrl-FR-u-nu-latn») to be true' 1185 1191 test/intl402/Locale/likely-subtags-grandfathered.js: 1186 default: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true' 1187 strict mode: 'Test262Error: Expected SameValue(«cel-gaulish», «xtg») to be true' 1192 default: 'Test262Error: Expected SameValue(«xtg-x-cel-gaulish», «xtg») to be true' 1193 strict mode: 'Test262Error: Expected SameValue(«xtg-x-cel-gaulish», «xtg») to be true' 1194 test/intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-likely-subtags.js: 1195 default: 'Test262Error: "und".minimize() should be "en" Expected SameValue(«en-u-va-posix», «en») to be true' 1196 strict mode: 'Test262Error: "und".minimize() should be "en" Expected SameValue(«en-u-va-posix», «en») to be true' 1188 1197 test/intl402/Temporal/PlainTime/prototype/toLocaleString/locales-undefined.js: 1189 1198 default: 'TypeError: Temporal.PlainTime.prototype.valueOf must not be called. To compare PlainTime values, use Temporal.PlainTime.compare'
Note:
See TracChangeset
for help on using the changeset viewer.