OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 'compiler/optimized-for-in': [SKIP], | 782 'compiler/optimized-for-in': [SKIP], |
783 'compiler/opt-next-call-turbo': [SKIP], | 783 'compiler/opt-next-call-turbo': [SKIP], |
784 'compiler/regress-446647': [SKIP], | 784 'compiler/regress-446647': [SKIP], |
785 'compiler/regress-447567': [SKIP], | 785 'compiler/regress-447567': [SKIP], |
786 'compiler/regress-96989': [SKIP], | 786 'compiler/regress-96989': [SKIP], |
787 'compiler/regress-const': [SKIP], | 787 'compiler/regress-const': [SKIP], |
788 'compiler/regress-funarguments': [SKIP], | 788 'compiler/regress-funarguments': [SKIP], |
789 'compiler/regress-stacktrace-methods': [SKIP], | 789 'compiler/regress-stacktrace-methods': [SKIP], |
790 'compiler/rotate': [SKIP], | 790 'compiler/rotate': [SKIP], |
791 'compiler/strict-recompile': [SKIP], | 791 'compiler/strict-recompile': [SKIP], |
792 'compiler/try-binop': [SKIP], | |
793 'compiler/try-deopt': [SKIP], | |
794 'compiler/uint32': [SKIP], | 792 'compiler/uint32': [SKIP], |
795 'compiler/variables': [SKIP], | 793 'compiler/variables': [SKIP], |
796 'contextual-calls': [SKIP], | 794 'contextual-calls': [SKIP], |
797 'cyclic-array-to-string': [SKIP], | 795 'cyclic-array-to-string': [SKIP], |
798 'd8-worker-sharedarraybuffer': [SKIP], | 796 'd8-worker-sharedarraybuffer': [SKIP], |
799 'declare-locally': [SKIP], | 797 'declare-locally': [SKIP], |
800 'delete-in-with': [SKIP], | 798 'delete-in-with': [SKIP], |
801 'deserialize-optimize-inner': [SKIP], | 799 'deserialize-optimize-inner': [SKIP], |
802 'double-equals': [SKIP], | 800 'double-equals': [SKIP], |
803 'eval-enclosing-function-name': [SKIP], | 801 'eval-enclosing-function-name': [SKIP], |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 'regress/regress-opt-after-debug-deopt': [SKIP], | 948 'regress/regress-opt-after-debug-deopt': [SKIP], |
951 'regress/regress-osr-in-case-label': [SKIP], | 949 'regress/regress-osr-in-case-label': [SKIP], |
952 'regress/regress-osr-in-literal': [SKIP], | 950 'regress/regress-osr-in-literal': [SKIP], |
953 'regress/regress-prepare-break-while-recompile': [SKIP], | 951 'regress/regress-prepare-break-while-recompile': [SKIP], |
954 'regress/regress-typedarray-length': [SKIP], | 952 'regress/regress-typedarray-length': [SKIP], |
955 'scope-calls-eval': [SKIP], | 953 'scope-calls-eval': [SKIP], |
956 'shift-for-integer-div': [SKIP], | 954 'shift-for-integer-div': [SKIP], |
957 'stack-traces': [SKIP], | 955 'stack-traces': [SKIP], |
958 'strict-mode': [SKIP], | 956 'strict-mode': [SKIP], |
959 'tools/profviz': [SKIP], | 957 'tools/profviz': [SKIP], |
960 'try-binop': [SKIP], | |
961 'undetectable-compare': [SKIP], | 958 'undetectable-compare': [SKIP], |
962 'unused-context-in-with': [SKIP], | 959 'unused-context-in-with': [SKIP], |
963 'value-wrapper': [SKIP], | 960 'value-wrapper': [SKIP], |
964 'with-function-expression': [SKIP], | 961 'with-function-expression': [SKIP], |
965 'with-parameter-access': [SKIP], | 962 'with-parameter-access': [SKIP], |
966 'with-prototype': [SKIP], | 963 'with-prototype': [SKIP], |
967 'with-readonly': [SKIP], | 964 'with-readonly': [SKIP], |
968 'with-value': [SKIP], | 965 'with-value': [SKIP], |
969 }], # ignition == True | 966 }], # ignition == True |
970 | 967 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 # Tests taking too long. | 1016 # Tests taking too long. |
1020 'array-functions-prototype-misc': [SKIP], | 1017 'array-functions-prototype-misc': [SKIP], |
1021 'strong/implicit-conversions': [SKIP], | 1018 'strong/implicit-conversions': [SKIP], |
1022 'strong/load-element-mutate-backing-store': [SKIP], | 1019 'strong/load-element-mutate-backing-store': [SKIP], |
1023 | 1020 |
1024 # Stack overflow. | 1021 # Stack overflow. |
1025 'big-array-literal': [SKIP], | 1022 'big-array-literal': [SKIP], |
1026 }], # 'gcov_coverage' | 1023 }], # 'gcov_coverage' |
1027 | 1024 |
1028 ] | 1025 ] |
OLD | NEW |