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

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

Issue 1575333004: Propagate the "calls eval" bit from ScopeInfo to lazily-compiled arrow functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip test on ignition Created 4 years, 11 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 | « src/parsing/parser.cc ('k') | test/mjsunit/regress/regress-572589.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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'regress/regress-454725': [SKIP], 948 'regress/regress-454725': [SKIP],
949 'regress/regress-457935': [SKIP], 949 'regress/regress-457935': [SKIP],
950 'regress/regress-470804': [SKIP], 950 'regress/regress-470804': [SKIP],
951 'regress/regress-476488': [SKIP], 951 'regress/regress-476488': [SKIP],
952 'regress/regress-503565': [SKIP], 952 'regress/regress-503565': [SKIP],
953 'regress/regress-514362': [SKIP], 953 'regress/regress-514362': [SKIP],
954 'regress/regress-520029': [SKIP], 954 'regress/regress-520029': [SKIP],
955 'regress/regress-542100': [SKIP], 955 'regress/regress-542100': [SKIP],
956 'regress/regress-544991': [SKIP], 956 'regress/regress-544991': [SKIP],
957 'regress/regress-568765': [SKIP], 957 'regress/regress-568765': [SKIP],
958 'regress/regress-572589': [SKIP],
958 'regress/regress-580': [SKIP], 959 'regress/regress-580': [SKIP],
959 'regress/regress-618': [SKIP], 960 'regress/regress-618': [SKIP],
960 'regress/regress-643': [SKIP], 961 'regress/regress-643': [SKIP],
961 'regress/regress-69': [SKIP], 962 'regress/regress-69': [SKIP],
962 'regress/regress-70066': [SKIP], 963 'regress/regress-70066': [SKIP],
963 'regress/regress-747': [SKIP], 964 'regress/regress-747': [SKIP],
964 'regress/regress-753': [SKIP], 965 'regress/regress-753': [SKIP],
965 'regress/regress-799761': [SKIP], 966 'regress/regress-799761': [SKIP],
966 'regress/regress-806473': [SKIP], 967 'regress/regress-806473': [SKIP],
967 'regress/regress-842017': [SKIP], 968 'regress/regress-842017': [SKIP],
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 1137
1137 ############################################################################## 1138 ##############################################################################
1138 ['gcov_coverage', { 1139 ['gcov_coverage', {
1139 # Tests taking too long. 1140 # Tests taking too long.
1140 'array-functions-prototype-misc': [SKIP], 1141 'array-functions-prototype-misc': [SKIP],
1141 'strong/implicit-conversions': [SKIP], 1142 'strong/implicit-conversions': [SKIP],
1142 'strong/load-element-mutate-backing-store': [SKIP], 1143 'strong/load-element-mutate-backing-store': [SKIP],
1143 }], # 'gcov_coverage' 1144 }], # 'gcov_coverage'
1144 1145
1145 ] 1146 ]
OLDNEW
« no previous file with comments | « src/parsing/parser.cc ('k') | test/mjsunit/regress/regress-572589.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698