Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Side by Side Diff: test/test262/test262.status

Issue 2491333003: Use a regular ICU API for el-Upper (Closed)
Patch Set: roll ICU to c1a237113 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/intl/general/case-mapping.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L], 295 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L],
296 'built-ins/Function/prototype/toString/method-class': [FAIL], 296 'built-ins/Function/prototype/toString/method-class': [FAIL],
297 'built-ins/Function/prototype/toString/method-class-static': [FAIL], 297 'built-ins/Function/prototype/toString/method-class-static': [FAIL],
298 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], 298 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL],
299 'built-ins/Function/prototype/toString/method-object': [FAIL], 299 'built-ins/Function/prototype/toString/method-object': [FAIL],
300 'built-ins/Function/prototype/toString/setter-class': [FAIL], 300 'built-ins/Function/prototype/toString/setter-class': [FAIL],
301 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], 301 'built-ins/Function/prototype/toString/setter-class-static': [FAIL],
302 'built-ins/Function/prototype/toString/setter-object': [FAIL], 302 'built-ins/Function/prototype/toString/setter-object': [FAIL],
303 'built-ins/Function/prototype/toString/unicode': [FAIL], 303 'built-ins/Function/prototype/toString/unicode': [FAIL],
304 304
305 # https://bugs.chromium.org/p/v8/issues/detail?id=5012
306 # http://bugs.icu-project.org/trac/ticket/12671
307 'intl402/Intl/getCanonicalLocales/weird-cases': [FAIL],
308 # https://github.com/tc39/test262/issues/743 305 # https://github.com/tc39/test262/issues/743
309 'intl402/Intl/getCanonicalLocales/main': [FAIL], 306 'intl402/Intl/getCanonicalLocales/main': [FAIL],
310 307
311 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 308 # https://bugs.chromium.org/p/v8/issues/detail?id=5115
312 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [FAIL], 309 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [FAIL],
313 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], 310 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL],
314 311
315 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 312 # https://bugs.chromium.org/p/v8/issues/detail?id=5116
316 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], 313 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL],
317 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist ent-nan': [PASS, FAIL], 314 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist ent-nan': [PASS, FAIL],
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 616
620 # v8:5487 617 # v8:5487
621 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL], 618 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
622 619
623 # v8:5401 620 # v8:5401
624 'language/module-code/namespace/internals/set': [FAIL], 621 'language/module-code/namespace/internals/set': [FAIL],
625 'language/module-code/namespace/internals/define-own-property': [FAIL], 622 'language/module-code/namespace/internals/define-own-property': [FAIL],
626 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 623 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
627 624
628 ] 625 ]
OLDNEW
« no previous file with comments | « test/intl/general/case-mapping.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698