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

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

Issue 944833002: Disable failing debug tests in gc-stress. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'math-floor-of-div': [PASS, NO_VARIANTS], 238 'math-floor-of-div': [PASS, NO_VARIANTS],
239 'unicodelctest': [PASS, NO_VARIANTS], 239 'unicodelctest': [PASS, NO_VARIANTS],
240 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], 240 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
241 241
242 # Too slow for gc stress. 242 # Too slow for gc stress.
243 'asm/embenchen/box2d': [SKIP], 243 'asm/embenchen/box2d': [SKIP],
244 244
245 # Issue 3723. 245 # Issue 3723.
246 'regress/regress-3717': [SKIP], 246 'regress/regress-3717': [SKIP],
247 # Issue 3776. 247 # Issue 3776.
248 'debug-constructor': [SKIP],
248 'debug-stepframe': [SKIP], 249 'debug-stepframe': [SKIP],
250 'debug-stepout-scope-part2': [SKIP],
251 'debug-stepout-scope-part5': [SKIP],
252 'debug-stepout-scope-part6': [SKIP],
249 }], # 'gc_stress == True' 253 }], # 'gc_stress == True'
250 254
251 ############################################################################## 255 ##############################################################################
252 ['byteorder == big', { 256 ['byteorder == big', {
253 # Emscripten requires little-endian, skip all tests on big endian platforms. 257 # Emscripten requires little-endian, skip all tests on big endian platforms.
254 'asm/embenchen/*': [SKIP], 258 'asm/embenchen/*': [SKIP],
255 }], # 'byteorder == big' 259 }], # 'byteorder == big'
256 260
257 ############################################################################## 261 ##############################################################################
258 ['arch == arm64 or arch == android_arm64', { 262 ['arch == arm64 or arch == android_arm64', {
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'never-optimize': [SKIP], 586 'never-optimize': [SKIP],
583 'regress/regress-2185-2': [SKIP], 587 'regress/regress-2185-2': [SKIP],
584 'harmony/object-observe': [SKIP], 588 'harmony/object-observe': [SKIP],
585 'readonly': [SKIP], 589 'readonly': [SKIP],
586 'array-feedback': [SKIP], 590 'array-feedback': [SKIP],
587 591
588 # Deopt every n garbage collections collides with deopt every n times. 592 # Deopt every n garbage collections collides with deopt every n times.
589 'regress/regress-2653': [SKIP], 593 'regress/regress-2653': [SKIP],
590 }], # 'deopt_fuzzer == True' 594 }], # 'deopt_fuzzer == True'
591 ] 595 ]
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