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

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

Issue 2317783003: Stage Intl.DateTimeFormat.formatToParts (Closed)
Patch Set: 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
« no previous file with comments | « src/flag-definitions.h ('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 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],
463 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP], 462 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP],
464 463
465 # https://bugs.chromium.org/p/v8/issues/detail?id=5327 464 # https://bugs.chromium.org/p/v8/issues/detail?id=5327
466 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL], 465 '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], 466 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL],
468 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL], 467 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL],
469 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL], 468 'built-ins/TypedArrays/internals/Set/key-is-not-integer': [FAIL],
470 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL], 469 'built-ins/TypedArrays/internals/Set/key-is-out-of-bounds': [FAIL],
471 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL], 470 'built-ins/TypedArrays/internals/Set/tonumber-value-throws': [FAIL],
472 471
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 }], # asan == True 639 }], # asan == True
641 640
642 ['asan == True or msan == True or tsan == True', { 641 ['asan == True or msan == True or tsan == True', {
643 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 642 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
644 # The failed allocation causes an asan/msan/tsan error 643 # The failed allocation causes an asan/msan/tsan error
645 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 644 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
646 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 645 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
647 }], # asan == True or msan == True or tsan == True 646 }], # asan == True or msan == True or tsan == True
648 647
649 ] 648 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698