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

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

Issue 180053003: Fix mjsunit/compiler/concurrent-invalidate-transition-map.js test. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 169
170 # Stack manipulations in LiveEdit is not implemented for this arch. 170 # Stack manipulations in LiveEdit is not implemented for this arch.
171 'debug-liveedit-check-stack': [SKIP], 171 'debug-liveedit-check-stack': [SKIP],
172 'debug-liveedit-stack-padding': [SKIP], 172 'debug-liveedit-stack-padding': [SKIP],
173 'debug-liveedit-restart-frame': [SKIP], 173 'debug-liveedit-restart-frame': [SKIP],
174 'debug-liveedit-double-call': [SKIP], 174 'debug-liveedit-double-call': [SKIP],
175 175
176 # BUG(v8:3147). It works on other architectures by accident. 176 # BUG(v8:3147). It works on other architectures by accident.
177 'regress/regress-conditional-position': [FAIL], 177 'regress/regress-conditional-position': [FAIL],
178 178
179 # BUG(v8:3156): Fails on gc stress bots.
180 'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]],
181 }], # 'arch == a64' 179 }], # 'arch == a64'
182 180
183 ['arch == a64 and mode == debug and simulator_run == True', { 181 ['arch == a64 and mode == debug and simulator_run == True', {
184 182
185 # Pass but take too long with the simulator in debug mode. 183 # Pass but take too long with the simulator in debug mode.
186 'array-sort': [PASS, TIMEOUT], 184 'array-sort': [PASS, TIMEOUT],
187 'packed-elements': [SKIP], 185 'packed-elements': [SKIP],
188 'regexp-global': [SKIP], 186 'regexp-global': [SKIP],
189 'compiler/alloc-numbers': [SKIP], 187 'compiler/alloc-numbers': [SKIP],
190 'harmony/symbols': [SKIP], 188 'harmony/symbols': [SKIP],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'never-optimize': [SKIP], 338 'never-optimize': [SKIP],
341 'regress/regress-2185-2': [SKIP], 339 'regress/regress-2185-2': [SKIP],
342 'harmony/object-observe': [SKIP], 340 'harmony/object-observe': [SKIP],
343 'readonly': [SKIP], 341 'readonly': [SKIP],
344 'array-feedback': [SKIP], 342 'array-feedback': [SKIP],
345 343
346 # Deopt every n garbage collections collides with deopt every n times. 344 # Deopt every n garbage collections collides with deopt every n times.
347 'regress/regress-2653': [SKIP], 345 'regress/regress-2653': [SKIP],
348 }], # 'deopt_fuzzer == True' 346 }], # 'deopt_fuzzer == True'
349 ] 347 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698