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

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

Issue 2273953003: Add support for DateTimeFormat.formatToParts (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 4 years, 3 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
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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'language/expressions/super/call-new-target-undef': [FAIL], 452 'language/expressions/super/call-new-target-undef': [FAIL],
453 'language/eval-code/direct/super-call-fn': [FAIL], 453 'language/eval-code/direct/super-call-fn': [FAIL],
454 'language/expressions/super/prop-dot-fn-no-super-bndng': [FAIL], 454 'language/expressions/super/prop-dot-fn-no-super-bndng': [FAIL],
455 'language/expressions/super/prop-expr-fn-no-super-bndng': [FAIL], 455 'language/expressions/super/prop-expr-fn-no-super-bndng': [FAIL],
456 'language/expressions/super/prop-expr-fn-eval-before-has-super': [FAIL], 456 'language/expressions/super/prop-expr-fn-eval-before-has-super': [FAIL],
457 457
458 # https://bugs.chromium.org/p/v8/issues/detail?id=5064 458 # https://bugs.chromium.org/p/v8/issues/detail?id=5064
459 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL], 459 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL],
460 460
461 # https://bugs.chromium.org/p/v8/issues/detail?id=5244 461 # https://bugs.chromium.org/p/v8/issues/detail?id=5244
462 'intl402/DateTimeFormat/prototype/formatToParts/*': [SKIP], 462 'intl402/DateTimeFormat/prototype/formatToParts/main': [SKIP],
Dan Ehrenberg 2016/09/06 19:39:29 Is this the test that failed because LDML didn't h
jungshik at Google 2016/09/06 21:35:14 Actually, I fixed the test in the latest PS (PS #2
463 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP], 463 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP],
464 464
465 # https://bugs.chromium.org/p/v8/issues/detail?id=5327 465 # https://bugs.chromium.org/p/v8/issues/detail?id=5327
466 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL], 466 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL],
467 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL], 467 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL],
468 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL], 468 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL],
469 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL], 469 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL],
470 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL], 470 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL],
471 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL], 471 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL],
472 472
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 }], # asan == True 640 }], # asan == True
641 641
642 ['asan == True or msan == True or tsan == True', { 642 ['asan == True or msan == True or tsan == True', {
643 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 643 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
644 # The failed allocation causes an asan/msan/tsan error 644 # The failed allocation causes an asan/msan/tsan error
645 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 645 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
646 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 646 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
647 }], # asan == True or msan == True or tsan == True 647 }], # asan == True or msan == True or tsan == True
648 648
649 ] 649 ]
OLDNEW
« test/intl/assert.js ('K') | « test/intl/date-format/date-format-to-parts.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698