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

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

Issue 1528853002: [interpreter] Use interpreter on all function literals. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more skip. Created 5 years 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/compiler.cc ('k') | test/test262/test262.status » ('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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'try': [SKIP], 1036 'try': [SKIP],
1037 'unary-minus-deopt': [SKIP], 1037 'unary-minus-deopt': [SKIP],
1038 'undetectable-compare': [SKIP], 1038 'undetectable-compare': [SKIP],
1039 'unused-context-in-with': [SKIP], 1039 'unused-context-in-with': [SKIP],
1040 'uri': [SKIP], 1040 'uri': [SKIP],
1041 'value-wrapper': [SKIP], 1041 'value-wrapper': [SKIP],
1042 'with-parameter-access': [SKIP], 1042 'with-parameter-access': [SKIP],
1043 'with-prototype': [SKIP], 1043 'with-prototype': [SKIP],
1044 'with-readonly': [SKIP], 1044 'with-readonly': [SKIP],
1045 'regress/typed-array-lifetime': [SKIP], 1045 'regress/typed-array-lifetime': [SKIP],
1046 'regress/regress-crbug-522895': [SKIP],
1047 'regress/regress-crbug-455644': [SKIP],
1048 'regress/regress-crbug-109362': [SKIP],
1049 'regress/regress-crbug-429159': [SKIP],
1050 'regress/regress-crbug-517592': [SKIP],
1051 'regress/regress-crbug-405517': [SKIP],
1052 'regress/regress-799761': [SKIP],
1053 'regress/regress-503565': [SKIP],
1054 'regress/regress-3138': [SKIP],
1055 'regress/regress-220': [SKIP],
1056 'regress/regress-1170187': [SKIP],
1057 'regress/regress-1030466': [SKIP],
1058 'regress/regress-1853': [SKIP],
1059 'with-value': [SKIP],
1060 'with-function-expression': [SKIP],
1061 'switch': [SKIP],
1062 'receiver-in-with-calls': [SKIP],
1063 'local-load-from-eval': [SKIP],
1064 'deserialize-optimize-inner': [SKIP],
1065 'delete-in-with': [SKIP],
1046 }], # ignition == True 1066 }], # ignition == True
1047 1067
1048 ['ignition == True and (arch == arm or arch == arm64)', { 1068 ['ignition == True and (arch == arm or arch == arm64)', {
1049 'array-sort': [SKIP], 1069 'array-sort': [SKIP],
1050 'date-parse': [SKIP], 1070 'date-parse': [SKIP],
1051 'math-floor-part1': [SKIP], 1071 'math-floor-part1': [SKIP],
1052 'math-floor-part2': [SKIP], 1072 'math-floor-part2': [SKIP],
1053 'math-floor-part3': [SKIP], 1073 'math-floor-part3': [SKIP],
1054 'mul-exhaustive-part*': [SKIP], 1074 'mul-exhaustive-part*': [SKIP],
1055 'regress/regress-1167': [SKIP], 1075 'regress/regress-1167': [SKIP],
(...skipping 17 matching lines...) Expand all
1073 1093
1074 ############################################################################## 1094 ##############################################################################
1075 ['gcov_coverage', { 1095 ['gcov_coverage', {
1076 # Tests taking too long. 1096 # Tests taking too long.
1077 'array-functions-prototype-misc': [SKIP], 1097 'array-functions-prototype-misc': [SKIP],
1078 'strong/implicit-conversions': [SKIP], 1098 'strong/implicit-conversions': [SKIP],
1079 'strong/load-element-mutate-backing-store': [SKIP], 1099 'strong/load-element-mutate-backing-store': [SKIP],
1080 }], # 'gcov_coverage' 1100 }], # 'gcov_coverage'
1081 1101
1082 ] 1102 ]
OLDNEW
« no previous file with comments | « src/compiler.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698