OLD | NEW |
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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 532 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
533 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 533 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
534 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 534 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
535 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 535 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
536 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 536 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
537 | 537 |
538 ['ignition == True', { | 538 ['ignition == True', { |
539 'annexB/B.2.3.*': [SKIP], | 539 'annexB/B.2.3.*': [SKIP], |
540 'built-ins/Array/prototype/reduce/*': [SKIP], | 540 'built-ins/Array/prototype/reduce/*': [SKIP], |
541 'built-ins/Array/prototype/reduceRight/*': [SKIP], | 541 'built-ins/Array/prototype/reduceRight/*': [SKIP], |
542 'built-ins/decodeURI*': [SKIP], | |
543 'built-ins/GeneratorFunction/*': [SKIP], | 542 'built-ins/GeneratorFunction/*': [SKIP], |
544 'built-ins/GeneratorPrototype/*': [SKIP], | 543 'built-ins/GeneratorPrototype/*': [SKIP], |
545 'built-ins/Map/*': [SKIP], | 544 'built-ins/Map/*': [SKIP], |
546 'built-ins/MapIteratorPrototype/*': [SKIP], | 545 'built-ins/MapIteratorPrototype/*': [SKIP], |
547 'built-ins/Set/*': [SKIP], | 546 'built-ins/Set/*': [SKIP], |
548 'built-ins/SetIteratorPrototype/*': [SKIP], | 547 'built-ins/SetIteratorPrototype/*': [SKIP], |
549 'built-ins/WeakMap/*': [SKIP], | 548 'built-ins/WeakMap/*': [SKIP], |
550 'built-ins/WeakSet/*': [SKIP], | 549 'built-ins/WeakSet/*': [SKIP], |
551 'language/computed-property-names/class/*': [SKIP], | 550 'language/computed-property-names/class/*': [SKIP], |
552 'language/computed-property-names/to-name-side-effects/*': [SKIP], | 551 'language/computed-property-names/to-name-side-effects/*': [SKIP], |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'language/statements/function/S13.2.2_A17_T2': [SKIP], | 645 'language/statements/function/S13.2.2_A17_T2': [SKIP], |
647 'language/statements/function/S13.2.2_A17_T3': [SKIP], | 646 'language/statements/function/S13.2.2_A17_T3': [SKIP], |
648 }], # ignition == True | 647 }], # ignition == True |
649 | 648 |
650 ['ignition == True and (arch == arm or arch == arm64)', { | 649 ['ignition == True and (arch == arm or arch == arm64)', { |
651 'built-ins/encodeURI*': [SKIP], | 650 'built-ins/encodeURI*': [SKIP], |
652 'intl402/9.2.2': [SKIP], | 651 'intl402/9.2.2': [SKIP], |
653 }], # ignition == True and (arch == arm or arch == arm64) | 652 }], # ignition == True and (arch == arm or arch == arm64) |
654 | 653 |
655 ] | 654 ] |
OLD | NEW |