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

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

Issue 1693523002: [es6] More efficient way of marking AST call expressions in tail positions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Removed MarkTail() from Statement Created 4 years, 10 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 | « test/mjsunit/es6/tail-call.js ('k') | 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 27 matching lines...) Expand all
38 'regress/regress-524': [SKIP], 38 'regress/regress-524': [SKIP],
39 # When that bug is fixed, revert the expectation to: 39 # When that bug is fixed, revert the expectation to:
40 # Skip long running test in debug and allow it to timeout in release mode. 40 # Skip long running test in debug and allow it to timeout in release mode.
41 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]], 41 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]],
42 42
43 # This test non-deterministically runs out of memory on Windows ia32. 43 # This test non-deterministically runs out of memory on Windows ia32.
44 'regress/regress-crbug-160010': [SKIP], 44 'regress/regress-crbug-160010': [SKIP],
45 45
46 # Issue 4698: not fully supported by Turbofan yet 46 # Issue 4698: not fully supported by Turbofan yet
47 'es6/tail-call-simple': [SKIP], 47 'es6/tail-call-simple': [SKIP],
48 'es6/tail-call': [PASS, NO_VARIANTS],
48 49
49 # Issue 3389: deopt_every_n_garbage_collections is unsafe 50 # Issue 3389: deopt_every_n_garbage_collections is unsafe
50 'regress/regress-2653': [SKIP], 51 'regress/regress-2653': [SKIP],
51 52
52 # Issue 3784: setters-on-elements is flaky 53 # Issue 3784: setters-on-elements is flaky
53 'setters-on-elements': [PASS, FAIL], 54 'setters-on-elements': [PASS, FAIL],
54 55
55 # Issue 3641: The new 'then' semantics suppress some exceptions. 56 # Issue 3641: The new 'then' semantics suppress some exceptions.
56 # These tests may be changed or removed when 'chain' is deprecated. 57 # These tests may be changed or removed when 'chain' is deprecated.
57 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], 58 'es6/debug-promises/reject-with-throw-in-reject': [FAIL],
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 # Tests taking too long. 1025 # Tests taking too long.
1025 'array-functions-prototype-misc': [SKIP], 1026 'array-functions-prototype-misc': [SKIP],
1026 'strong/implicit-conversions': [SKIP], 1027 'strong/implicit-conversions': [SKIP],
1027 'strong/load-element-mutate-backing-store': [SKIP], 1028 'strong/load-element-mutate-backing-store': [SKIP],
1028 1029
1029 # Stack overflow. 1030 # Stack overflow.
1030 'big-array-literal': [SKIP], 1031 'big-array-literal': [SKIP],
1031 }], # 'gcov_coverage' 1032 }], # 'gcov_coverage'
1032 1033
1033 ] 1034 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/tail-call.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698