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

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

Issue 1565263002: Revert of Ship ES2015 sloppy-mode function hoisting, let, class (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'try-finally-continue': [SKIP], 1074 'try-finally-continue': [SKIP],
1075 'try': [SKIP], 1075 'try': [SKIP],
1076 'undetectable-compare': [SKIP], 1076 'undetectable-compare': [SKIP],
1077 'unused-context-in-with': [SKIP], 1077 'unused-context-in-with': [SKIP],
1078 'value-wrapper': [SKIP], 1078 'value-wrapper': [SKIP],
1079 'with-function-expression': [SKIP], 1079 'with-function-expression': [SKIP],
1080 'with-parameter-access': [SKIP], 1080 'with-parameter-access': [SKIP],
1081 'with-prototype': [SKIP], 1081 'with-prototype': [SKIP],
1082 'with-readonly': [SKIP], 1082 'with-readonly': [SKIP],
1083 'with-value': [SKIP], 1083 'with-value': [SKIP],
1084 'regress/regress-builtinbust-7': [SKIP],
1085 'regress/regress-crbug-451770': [SKIP],
1086 'regress/regress-crbug-503968': [SKIP],
1087 'regress/regress-crbug-504729': [SKIP],
1088 }], # ignition == True 1084 }], # ignition == True
1089 1085
1090 ['ignition == True and (arch == arm or arch == arm64)', { 1086 ['ignition == True and (arch == arm or arch == arm64)', {
1091 'array-sort': [SKIP], 1087 'array-sort': [SKIP],
1092 'array-store-and-grow': [SKIP], 1088 'array-store-and-grow': [SKIP],
1093 'date-parse': [SKIP], 1089 'date-parse': [SKIP],
1094 'math-floor-part1': [SKIP], 1090 'math-floor-part1': [SKIP],
1095 'math-floor-part2': [SKIP], 1091 'math-floor-part2': [SKIP],
1096 'math-floor-part3': [SKIP], 1092 'math-floor-part3': [SKIP],
1097 'mul-exhaustive-part*': [SKIP], 1093 'mul-exhaustive-part*': [SKIP],
(...skipping 30 matching lines...) Expand all
1128 1124
1129 ############################################################################## 1125 ##############################################################################
1130 ['gcov_coverage', { 1126 ['gcov_coverage', {
1131 # Tests taking too long. 1127 # Tests taking too long.
1132 'array-functions-prototype-misc': [SKIP], 1128 'array-functions-prototype-misc': [SKIP],
1133 'strong/implicit-conversions': [SKIP], 1129 'strong/implicit-conversions': [SKIP],
1134 'strong/load-element-mutate-backing-store': [SKIP], 1130 'strong/load-element-mutate-backing-store': [SKIP],
1135 }], # 'gcov_coverage' 1131 }], # 'gcov_coverage'
1136 1132
1137 ] 1133 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/regress/regress-crbug-451770.js ('k') | test/mjsunit/regress/regress-91120.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698