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

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

Issue 1817993002: [interpreter] Disable some slow tail call tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months 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 | « no previous file | 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 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
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 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698