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

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

Issue 1528853002: [interpreter] Use interpreter on all function literals. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more skip. 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 | « test/mjsunit/mjsunit.status ('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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 524 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
525 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 525 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
526 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 526 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
527 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 527 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
528 528
529 ['ignition == True', { 529 ['ignition == True', {
530 'annexB/B.2.3.*': [SKIP], 530 'annexB/B.2.3.*': [SKIP],
531 'built-ins/Array/prototype/reduce/*': [SKIP], 531 'built-ins/Array/prototype/reduce/*': [SKIP],
532 'built-ins/Array/prototype/reduceRight/*': [SKIP], 532 'built-ins/Array/prototype/reduceRight/*': [SKIP],
533 'built-ins/decodeURI*': [SKIP], 533 'built-ins/decodeURI*': [SKIP],
534 'built-ins/GeneratorFunction/*': [SKIP],
534 'built-ins/GeneratorPrototype/*': [SKIP], 535 'built-ins/GeneratorPrototype/*': [SKIP],
535 'built-ins/Map/*': [SKIP], 536 'built-ins/Map/*': [SKIP],
536 'built-ins/MapIteratorPrototype/*': [SKIP], 537 'built-ins/MapIteratorPrototype/*': [SKIP],
537 'built-ins/Set/*': [SKIP], 538 'built-ins/Set/*': [SKIP],
538 'built-ins/SetIteratorPrototype/*': [SKIP], 539 'built-ins/SetIteratorPrototype/*': [SKIP],
539 'built-ins/WeakMap/*': [SKIP], 540 'built-ins/WeakMap/*': [SKIP],
540 'built-ins/WeakSet/*': [SKIP], 541 'built-ins/WeakSet/*': [SKIP],
541 'language/computed-property-names/class/*': [SKIP], 542 'language/computed-property-names/class/*': [SKIP],
542 'language/computed-property-names/to-name-side-effects/*': [SKIP], 543 'language/computed-property-names/to-name-side-effects/*': [SKIP],
543 'language/directive-prologue/*': [SKIP], 544 'language/directive-prologue/*': [SKIP],
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 'language/statements/function/S13.2.2_A18_T2': [SKIP], 621 'language/statements/function/S13.2.2_A18_T2': [SKIP],
621 'language/statements/function/S13.2.2_A19_T1': [SKIP], 622 'language/statements/function/S13.2.2_A19_T1': [SKIP],
622 'language/statements/function/S13.2.2_A19_T2': [SKIP], 623 'language/statements/function/S13.2.2_A19_T2': [SKIP],
623 'language/statements/function/S13.2.2_A19_T3': [SKIP], 624 'language/statements/function/S13.2.2_A19_T3': [SKIP],
624 'language/statements/function/S13.2.2_A19_T4': [SKIP], 625 'language/statements/function/S13.2.2_A19_T4': [SKIP],
625 'language/statements/function/S13.2.2_A19_T5': [SKIP], 626 'language/statements/function/S13.2.2_A19_T5': [SKIP],
626 'language/statements/function/S13.2.2_A19_T6': [SKIP], 627 'language/statements/function/S13.2.2_A19_T6': [SKIP],
627 'language/statements/function/S13.2.2_A19_T7': [SKIP], 628 'language/statements/function/S13.2.2_A19_T7': [SKIP],
628 'language/statements/function/S13.2.2_A19_T8': [SKIP], 629 'language/statements/function/S13.2.2_A19_T8': [SKIP],
629 'language/statements/while/S12.6.2_A4_T5': [SKIP], 630 'language/statements/while/S12.6.2_A4_T5': [SKIP],
631 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [SKIP],
632 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [SKIP],
633 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP],
634 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SK IP],
635 'language/statements/function/S13.2.2_A18_T1': [SKIP],
636 'language/statements/function/S13.2.2_A17_T2': [SKIP],
637 'language/statements/function/S13.2.2_A17_T3': [SKIP],
630 }], # ignition == True 638 }], # ignition == True
631 639
632 ['ignition == True and (arch == arm or arch == arm64)', { 640 ['ignition == True and (arch == arm or arch == arm64)', {
633 'built-ins/encodeURI*': [SKIP], 641 'built-ins/encodeURI*': [SKIP],
634 'intl402/9.2.2': [SKIP], 642 'intl402/9.2.2': [SKIP],
635 }], # ignition == True and (arch == arm or arch == arm64) 643 }], # ignition == True and (arch == arm or arch == arm64)
636 644
637 ] 645 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698