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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 ['ignition == True', { | 749 ['ignition == True', { |
750 'const*': [SKIP], | 750 'const*': [SKIP], |
751 'debug-*': [SKIP], | 751 'debug-*': [SKIP], |
752 'es6/*': [SKIP], | 752 'es6/*': [SKIP], |
753 'es7/*': [SKIP], | 753 'es7/*': [SKIP], |
754 'strong/*': [SKIP], | 754 'strong/*': [SKIP], |
755 'harmony/*': [SKIP], | 755 'harmony/*': [SKIP], |
756 'regress/debug*': [SKIP], | 756 'regress/debug*': [SKIP], |
757 'regress/regress-debug*': [SKIP], | 757 'regress/regress-debug*': [SKIP], |
758 | 758 |
759 # TODO(4674): This might be failing because of missing context switch. | |
760 'with-leave': [FAIL], | |
761 | |
762 'arguments-load-across-eval': [SKIP], | 759 'arguments-load-across-eval': [SKIP], |
763 'array-constructor': [PASS, SLOW], | 760 'array-constructor': [PASS, SLOW], |
764 'array-functions-prototype-misc': [SKIP], | 761 'array-functions-prototype-misc': [SKIP], |
765 'array-join': [SKIP], | 762 'array-join': [SKIP], |
766 'array-literal-feedback': [SKIP], | 763 'array-literal-feedback': [SKIP], |
767 'array-literal-transitions': [SKIP], | 764 'array-literal-transitions': [SKIP], |
768 'break': [SKIP], | 765 'break': [SKIP], |
769 'call-runtime-tail': [SKIP], | 766 'call-runtime-tail': [SKIP], |
770 'compiler/deopt-inlined-smi': [SKIP], | 767 'compiler/deopt-inlined-smi': [SKIP], |
771 'compiler/deopt-tonumber-compare': [SKIP], | 768 'compiler/deopt-tonumber-compare': [SKIP], |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
965 # Tests taking too long. | 962 # Tests taking too long. |
966 'array-functions-prototype-misc': [SKIP], | 963 'array-functions-prototype-misc': [SKIP], |
967 'strong/implicit-conversions': [SKIP], | 964 'strong/implicit-conversions': [SKIP], |
968 'strong/load-element-mutate-backing-store': [SKIP], | 965 'strong/load-element-mutate-backing-store': [SKIP], |
969 | 966 |
970 # Stack overflow. | 967 # Stack overflow. |
971 'big-array-literal': [SKIP], | 968 'big-array-literal': [SKIP], |
972 }], # 'gcov_coverage' | 969 }], # 'gcov_coverage' |
973 | 970 |
974 ] | 971 ] |
OLD | NEW |