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

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

Issue 1473493003: Revert of [Intl] create new instances when new.target is undefined (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/js/i18n.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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 390
391 # https://code.google.com/p/v8/issues/detail?id=4345 391 # https://code.google.com/p/v8/issues/detail?id=4345
392 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], 392 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP],
393 'built-ins/Symbol/split/prop-desc': [FAIL], 393 'built-ins/Symbol/split/prop-desc': [FAIL],
394 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL], 394 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL],
395 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL], 395 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL],
396 396
397 # https://code.google.com/p/v8/issues/detail?id=4346 397 # https://code.google.com/p/v8/issues/detail?id=4346
398 'built-ins/RegExp/prototype/flags/u': [FAIL], 398 'built-ins/RegExp/prototype/flags/u': [FAIL],
399 399
400 # https://code.google.com/p/v8/issues/detail?id=4360
401 'intl402/Collator/10.1.1_1': [FAIL],
402 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
403 'intl402/NumberFormat/11.1.1_1': [FAIL],
404
400 # https://code.google.com/p/v8/issues/detail?id=4361 405 # https://code.google.com/p/v8/issues/detail?id=4361
401 'intl402/Collator/10.1.1_a': [FAIL], 406 'intl402/Collator/10.1.1_a': [FAIL],
402 407
403 # https://code.google.com/p/v8/issues/detail?id=1972 408 # https://code.google.com/p/v8/issues/detail?id=1972
404 'language/identifiers/val-break-via-escape-hex': [FAIL], 409 'language/identifiers/val-break-via-escape-hex': [FAIL],
405 'language/identifiers/val-break-via-escape-hex4': [FAIL], 410 'language/identifiers/val-break-via-escape-hex4': [FAIL],
406 'language/identifiers/val-case-via-escape-hex': [FAIL], 411 'language/identifiers/val-case-via-escape-hex': [FAIL],
407 'language/identifiers/val-case-via-escape-hex4': [FAIL], 412 'language/identifiers/val-case-via-escape-hex4': [FAIL],
408 'language/identifiers/val-catch-via-escape-hex': [FAIL], 413 'language/identifiers/val-catch-via-escape-hex': [FAIL],
409 'language/identifiers/val-catch-via-escape-hex4': [FAIL], 414 'language/identifiers/val-catch-via-escape-hex4': [FAIL],
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'intl402/6.2.3': [FAIL], 515 'intl402/6.2.3': [FAIL],
511 'intl402/9.2.1_2': [FAIL], 516 'intl402/9.2.1_2': [FAIL],
512 'intl402/9.2.6_2': [FAIL], 517 'intl402/9.2.6_2': [FAIL],
513 'intl402/Collator/10.1.2.1_4': [FAIL], 518 'intl402/Collator/10.1.2.1_4': [FAIL],
514 'intl402/Collator/10.1.2_a': [PASS, FAIL], 519 'intl402/Collator/10.1.2_a': [PASS, FAIL],
515 'intl402/Collator/10.2.3_b': [PASS, FAIL], 520 'intl402/Collator/10.2.3_b': [PASS, FAIL],
516 'intl402/Collator/prototype/10.3_a': [FAIL], 521 'intl402/Collator/prototype/10.3_a': [FAIL],
517 'intl402/Date/prototype/13.3.0_7': [FAIL], 522 'intl402/Date/prototype/13.3.0_7': [FAIL],
518 'intl402/DateTimeFormat/12.1.1': [FAIL], 523 'intl402/DateTimeFormat/12.1.1': [FAIL],
519 'intl402/DateTimeFormat/12.1.1_a': [FAIL], 524 'intl402/DateTimeFormat/12.1.1_a': [FAIL],
525 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
520 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], 526 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL],
521 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], 527 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL],
522 'intl402/DateTimeFormat/12.2.3_b': [FAIL], 528 'intl402/DateTimeFormat/12.2.3_b': [FAIL],
523 'intl402/DateTimeFormat/prototype/12.3.2_FDT_7_a_iv': [FAIL], 529 'intl402/DateTimeFormat/prototype/12.3.2_FDT_7_a_iv': [FAIL],
524 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL], 530 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL],
525 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], 531 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL],
526 'intl402/DateTimeFormat/prototype/format/12.3.2_FDT_7_a_iv': [FAIL], 532 'intl402/DateTimeFormat/prototype/format/12.3.2_FDT_7_a_iv': [FAIL],
527 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], 533 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL],
528 'intl402/NumberFormat/11.1.1_20_c': [FAIL], 534 'intl402/NumberFormat/11.1.1_20_c': [FAIL],
529 'intl402/NumberFormat/11.1.1_a': [FAIL], 535 'intl402/NumberFormat/11.1.1_a': [FAIL],
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 'language/statements/function/S13.2.2_A19_T8': [SKIP], 763 'language/statements/function/S13.2.2_A19_T8': [SKIP],
758 'language/statements/while/S12.6.2_A4_T5': [SKIP], 764 'language/statements/while/S12.6.2_A4_T5': [SKIP],
759 }], # ignition == True 765 }], # ignition == True
760 766
761 ['ignition == True and (arch == arm or arch == arm64)', { 767 ['ignition == True and (arch == arm or arch == arm64)', {
762 'built-ins/encodeURI*': [SKIP], 768 'built-ins/encodeURI*': [SKIP],
763 'intl402/9.2.2': [SKIP], 769 'intl402/9.2.2': [SKIP],
764 }], # ignition == True and (arch == arm or arch == arm64) 770 }], # ignition == True and (arch == arm or arch == arm64)
765 771
766 ] 772 ]
OLDNEW
« no previous file with comments | « src/js/i18n.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698