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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 'regress/regress-crbug-405922': [SKIP], | 863 'regress/regress-crbug-405922': [SKIP], |
864 'regress/regress-crbug-409614': [SKIP], | 864 'regress/regress-crbug-409614': [SKIP], |
865 'regress/regress-crbug-432493': [SKIP], | 865 'regress/regress-crbug-432493': [SKIP], |
866 'regress/regress-crbug-467180': [SKIP], | 866 'regress/regress-crbug-467180': [SKIP], |
867 'regress/regress-crbug-568477-2': [SKIP], | 867 'regress/regress-crbug-568477-2': [SKIP], |
868 'regress/regress-crbug-481896': [SKIP], | 868 'regress/regress-crbug-481896': [SKIP], |
869 'regress/regress-crbug-568477-4': [SKIP], | 869 'regress/regress-crbug-568477-4': [SKIP], |
870 'regress/regress-debug-deopt-while-recompile': [SKIP], | 870 'regress/regress-debug-deopt-while-recompile': [SKIP], |
871 'regress/regress-deep-proto': [SKIP], | 871 'regress/regress-deep-proto': [SKIP], |
872 'try': [SKIP], | 872 'try': [SKIP], |
| 873 |
| 874 # Too slow for interpreter and msan. |
| 875 'es6/tail-call-megatest*': [SKIP], |
873 }], # ignition == True and msan | 876 }], # ignition == True and msan |
874 | 877 |
875 ['ignition == False', { | 878 ['ignition == False', { |
876 # Debugger test cases that pass with full-codegen, but not ignition. | 879 # Debugger test cases that pass with full-codegen, but not ignition. |
877 # These differences between full-codegen and ignition are deliberate. | 880 # These differences between full-codegen and ignition are deliberate. |
878 'ignition/elided-instruction': [FAIL], | 881 'ignition/elided-instruction': [FAIL], |
879 }], # ignition == False | 882 }], # ignition == False |
880 | 883 |
881 ############################################################################## | 884 ############################################################################## |
882 ['gcov_coverage', { | 885 ['gcov_coverage', { |
883 # Tests taking too long. | 886 # Tests taking too long. |
884 'array-functions-prototype-misc': [SKIP], | 887 'array-functions-prototype-misc': [SKIP], |
885 | 888 |
886 # Stack overflow. | 889 # Stack overflow. |
887 'big-array-literal': [SKIP], | 890 'big-array-literal': [SKIP], |
888 }], # 'gcov_coverage' | 891 }], # 'gcov_coverage' |
889 | 892 |
890 ] | 893 ] |
OLD | NEW |