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

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

Issue 2239523002: Expose getCanonicalLocales() for Intl object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: check if returned object is an array Created 4 years, 4 months 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/getCanonicalLocales.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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'built-ins/Function/prototype/toString/method-object': [FAIL], 326 'built-ins/Function/prototype/toString/method-object': [FAIL],
327 'built-ins/Function/prototype/toString/setter-class': [FAIL], 327 'built-ins/Function/prototype/toString/setter-class': [FAIL],
328 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], 328 'built-ins/Function/prototype/toString/setter-class-static': [FAIL],
329 'built-ins/Function/prototype/toString/setter-object': [FAIL], 329 'built-ins/Function/prototype/toString/setter-object': [FAIL],
330 'built-ins/Function/prototype/toString/unicode': [FAIL], 330 'built-ins/Function/prototype/toString/unicode': [FAIL],
331 331
332 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 332 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
333 'language/module-code/*': [SKIP], 333 'language/module-code/*': [SKIP],
334 334
335 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 335 # https://bugs.chromium.org/p/v8/issues/detail?id=5012
336 'intl402/Intl/getCanonicalLocales/*': [FAIL], 336 # http://bugs.icu-project.org/trac/ticket/12671
337 'intl402/Intl/getCanonicalLocales/weird-cases': [FAIL],
338 # https://github.com/tc39/test262/issues/743
339 'intl402/Intl/getCanonicalLocales/main': [FAIL],
337 340
338 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 341 # https://bugs.chromium.org/p/v8/issues/detail?id=5115
339 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [FAIL], 342 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [FAIL],
340 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], 343 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL],
341 344
342 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 345 # https://bugs.chromium.org/p/v8/issues/detail?id=5116
343 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], 346 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL],
344 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist ent-nan': [PASS, FAIL], 347 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist ent-nan': [PASS, FAIL],
345 'built-ins/TypedArrays/internals/DefineOwnProperty/conversion-operation-consis tent-nan': [PASS, FAIL], 348 'built-ins/TypedArrays/internals/DefineOwnProperty/conversion-operation-consis tent-nan': [PASS, FAIL],
346 'built-ins/TypedArrays/internals/Set/conversion-operation-consistent-nan': [PA SS, FAIL], 349 'built-ins/TypedArrays/internals/Set/conversion-operation-consistent-nan': [PA SS, FAIL],
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 }], # asan == True 598 }], # asan == True
596 599
597 ['asan == True or msan == True or tsan == True', { 600 ['asan == True or msan == True or tsan == True', {
598 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 601 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
599 # The failed allocation causes an asan/msan/tsan error 602 # The failed allocation causes an asan/msan/tsan error
600 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 603 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
601 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 604 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
602 }], # asan == True or msan == True or tsan == True 605 }], # asan == True or msan == True or tsan == True
603 606
604 ] 607 ]
OLDNEW
« no previous file with comments | « test/intl/general/getCanonicalLocales.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698