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

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

Issue 1439613003: [turbofan] Better and more sane support for tail calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip test in ignition configuration Created 5 years, 1 month 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 | « test/mjsunit/call-runtime-tail.js ('k') | test/mjsunit/tail-call-intrinsic.js » ('j') | 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 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 'sparse-array-reverse': [SKIP], 1020 'sparse-array-reverse': [SKIP],
1021 'stack-traces': [SKIP], 1021 'stack-traces': [SKIP],
1022 'strict-mode': [SKIP], 1022 'strict-mode': [SKIP],
1023 'string-case': [SKIP], 1023 'string-case': [SKIP],
1024 'string-external-cached': [SKIP], 1024 'string-external-cached': [SKIP],
1025 'string-externalize': [SKIP], 1025 'string-externalize': [SKIP],
1026 'string-natives': [SKIP], 1026 'string-natives': [SKIP],
1027 'string-replace-with-empty': [SKIP], 1027 'string-replace-with-empty': [SKIP],
1028 'string-slices': [SKIP], 1028 'string-slices': [SKIP],
1029 'switch-opt': [SKIP], 1029 'switch-opt': [SKIP],
1030 'tail-call-intrinsic': [SKIP],
1030 'tools/profile': [SKIP], 1031 'tools/profile': [SKIP],
1031 'tools/profviz': [SKIP], 1032 'tools/profviz': [SKIP],
1032 'try-finally-continue': [SKIP], 1033 'try-finally-continue': [SKIP],
1033 'try': [SKIP], 1034 'try': [SKIP],
1034 'unary-minus-deopt': [SKIP], 1035 'unary-minus-deopt': [SKIP],
1035 'undetectable-compare': [SKIP], 1036 'undetectable-compare': [SKIP],
1036 'unused-context-in-with': [SKIP], 1037 'unused-context-in-with': [SKIP],
1037 'uri': [SKIP], 1038 'uri': [SKIP],
1038 'value-wrapper': [SKIP], 1039 'value-wrapper': [SKIP],
1039 'with-parameter-access': [SKIP], 1040 'with-parameter-access': [SKIP],
(...skipping 24 matching lines...) Expand all
1064 'regress/regress-crbug-347903': [SKIP], 1065 'regress/regress-crbug-347903': [SKIP],
1065 'regress/regress-crbug-505007-1': [SKIP], 1066 'regress/regress-crbug-505007-1': [SKIP],
1066 'regress/regress-crbug-505007-2': [SKIP], 1067 'regress/regress-crbug-505007-2': [SKIP],
1067 'regress/short-circuit': [SKIP], 1068 'regress/short-circuit': [SKIP],
1068 'stack-traces-overflow': [SKIP], 1069 'stack-traces-overflow': [SKIP],
1069 'unicodelctest': [SKIP], 1070 'unicodelctest': [SKIP],
1070 'unicodelctest-no-optimization': [SKIP], 1071 'unicodelctest-no-optimization': [SKIP],
1071 }], # ignition == True and (arch == arm or arch == arm64) 1072 }], # ignition == True and (arch == arm or arch == arm64)
1072 1073
1073 ] 1074 ]
OLDNEW
« no previous file with comments | « test/mjsunit/call-runtime-tail.js ('k') | test/mjsunit/tail-call-intrinsic.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698