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

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

Issue 1582273005: [Interpreter] Skip regress-2249 on Arm Ignition which is still failing (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
« no previous file with comments | « no previous file | 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 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 'array-sort': [SKIP], 1081 'array-sort': [SKIP],
1082 'array-store-and-grow': [SKIP], 1082 'array-store-and-grow': [SKIP],
1083 'compiler/division-by-constant': [SKIP], 1083 'compiler/division-by-constant': [SKIP],
1084 'compiler/osr-big': [SKIP], 1084 'compiler/osr-big': [SKIP],
1085 'compiler/osr-nested': [SKIP], 1085 'compiler/osr-nested': [SKIP],
1086 'compiler/osr-one': [SKIP], 1086 'compiler/osr-one': [SKIP],
1087 'compiler/osr-two': [SKIP], 1087 'compiler/osr-two': [SKIP],
1088 'mul-exhaustive-part*': [SKIP], 1088 'mul-exhaustive-part*': [SKIP],
1089 'regress/regress-1257': [SKIP], 1089 'regress/regress-1257': [SKIP],
1090 'regress/regress-165637': [SKIP], 1090 'regress/regress-165637': [SKIP],
1091 'regress/regress-2249': [SKIP],
1091 'regress/regress-319722-ArrayBuffer': [SKIP], 1092 'regress/regress-319722-ArrayBuffer': [SKIP],
1092 'regress/regress-411210': [SKIP], 1093 'regress/regress-411210': [SKIP],
1093 'regress/regress-91008': [SKIP], 1094 'regress/regress-91008': [SKIP],
1094 'regress/regress-crbug-347903': [SKIP], 1095 'regress/regress-crbug-347903': [SKIP],
1095 'regress/regress-crbug-500497': [SKIP], 1096 'regress/regress-crbug-500497': [SKIP],
1096 'regress/regress-crbug-505007-1': [SKIP], 1097 'regress/regress-crbug-505007-1': [SKIP],
1097 'regress/regress-crbug-505007-2': [SKIP], 1098 'regress/regress-crbug-505007-2': [SKIP],
1098 'regress/regress-2193': [SKIP], 1099 'regress/regress-2193': [SKIP],
1099 'regress/regress-3158': [SKIP], 1100 'regress/regress-3158': [SKIP],
1100 'regress/regress-347904': [SKIP], 1101 'regress/regress-347904': [SKIP],
(...skipping 13 matching lines...) Expand all
1114 1115
1115 ############################################################################## 1116 ##############################################################################
1116 ['gcov_coverage', { 1117 ['gcov_coverage', {
1117 # Tests taking too long. 1118 # Tests taking too long.
1118 'array-functions-prototype-misc': [SKIP], 1119 'array-functions-prototype-misc': [SKIP],
1119 'strong/implicit-conversions': [SKIP], 1120 'strong/implicit-conversions': [SKIP],
1120 'strong/load-element-mutate-backing-store': [SKIP], 1121 'strong/load-element-mutate-backing-store': [SKIP],
1121 }], # 'gcov_coverage' 1122 }], # 'gcov_coverage'
1122 1123
1123 ] 1124 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698