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

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

Issue 160633002: [a64]: Disable failing sparse-array-reverse on a64 debug builds. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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
« 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'sin-cos': [PASS, ['mode == debug', FAIL]], 180 'sin-cos': [PASS, ['mode == debug', FAIL]],
181 181
182 # BUG(v8:3148): Invalid branch instruction emitted. 182 # BUG(v8:3148): Invalid branch instruction emitted.
183 'debug-references': [PASS, ['mode == debug', SKIP]], 183 'debug-references': [PASS, ['mode == debug', SKIP]],
184 'mirror-array': [PASS, ['mode == debug', SKIP]], 184 'mirror-array': [PASS, ['mode == debug', SKIP]],
185 185
186 # BUG(v8:3156): Fails on gc stress bots. 186 # BUG(v8:3156): Fails on gc stress bots.
187 'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]], 187 'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]],
188 # BUG(v8:3157): Fails on gc stress bots. 188 # BUG(v8:3157): Fails on gc stress bots.
189 'sparse-array-reverse': [PASS, ['gc_stress == True', FAIL]], 189 'sparse-array-reverse': [PASS, ['gc_stress == True', FAIL]],
190
191 # BUG(v8:3158): Fails on no_snap debug bots.
192 'sparse-array-reverse': [PASS, ['mode == debug', FAIL]],
190 }], # 'arch == a64' 193 }], # 'arch == a64'
191 194
192 ['arch == a64 and mode == debug and simulator_run == True', { 195 ['arch == a64 and mode == debug and simulator_run == True', {
193 196
194 # Pass but take too long with the simulator in debug mode. 197 # Pass but take too long with the simulator in debug mode.
195 'array-sort': [PASS, TIMEOUT], 198 'array-sort': [PASS, TIMEOUT],
196 'packed-elements': [SKIP], 199 'packed-elements': [SKIP],
197 'regexp-global': [SKIP], 200 'regexp-global': [SKIP],
198 'compiler/alloc-numbers': [SKIP], 201 'compiler/alloc-numbers': [SKIP],
199 'harmony/symbols': [SKIP], 202 'harmony/symbols': [SKIP],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'never-optimize': [SKIP], 352 'never-optimize': [SKIP],
350 'regress/regress-2185-2': [SKIP], 353 'regress/regress-2185-2': [SKIP],
351 'harmony/object-observe': [SKIP], 354 'harmony/object-observe': [SKIP],
352 'readonly': [SKIP], 355 'readonly': [SKIP],
353 'array-feedback': [SKIP], 356 'array-feedback': [SKIP],
354 357
355 # Deopt every n garbage collections collides with deopt every n times. 358 # Deopt every n garbage collections collides with deopt every n times.
356 'regress/regress-2653': [SKIP], 359 'regress/regress-2653': [SKIP],
357 }], # 'deopt_fuzzer == True' 360 }], # 'deopt_fuzzer == True'
358 ] 361 ]
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