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

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

Issue 720853002: Skip regress-crbug-137689.js when running with GC stress (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'array-literal-feedback': [SKIP], 214 'array-literal-feedback': [SKIP],
215 'd8-performance-now': [SKIP], 215 'd8-performance-now': [SKIP],
216 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], 216 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]],
217 'elements-kind': [SKIP], 217 'elements-kind': [SKIP],
218 'elements-transition-hoisting': [SKIP], 218 'elements-transition-hoisting': [SKIP],
219 'fast-prototype': [SKIP], 219 'fast-prototype': [SKIP],
220 'getters-on-elements': [SKIP], 220 'getters-on-elements': [SKIP],
221 'harmony/block-let-crankshaft': [SKIP], 221 'harmony/block-let-crankshaft': [SKIP],
222 'opt-elements-kind': [SKIP], 222 'opt-elements-kind': [SKIP],
223 'osr-elements-kind': [SKIP], 223 'osr-elements-kind': [SKIP],
224 'regress/regress-crbug-137689': [SKIP],
224 'regress/regress-165637': [SKIP], 225 'regress/regress-165637': [SKIP],
225 'regress/regress-2249': [SKIP], 226 'regress/regress-2249': [SKIP],
226 # Tests taking too long 227 # Tests taking too long
227 'debug-stepout-scope-part8': [SKIP], 228 'debug-stepout-scope-part8': [SKIP],
228 'mirror-object': [SKIP], 229 'mirror-object': [SKIP],
229 'packed-elements': [SKIP], 230 'packed-elements': [SKIP],
230 'regress/regress-1122': [SKIP], 231 'regress/regress-1122': [SKIP],
231 'regress/regress-331444': [SKIP], 232 'regress/regress-331444': [SKIP],
232 'regress/regress-353551': [SKIP], 233 'regress/regress-353551': [SKIP],
233 'regress/regress-crbug-119926': [SKIP], 234 'regress/regress-crbug-119926': [SKIP],
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'never-optimize': [SKIP], 576 'never-optimize': [SKIP],
576 'regress/regress-2185-2': [SKIP], 577 'regress/regress-2185-2': [SKIP],
577 'harmony/object-observe': [SKIP], 578 'harmony/object-observe': [SKIP],
578 'readonly': [SKIP], 579 'readonly': [SKIP],
579 'array-feedback': [SKIP], 580 'array-feedback': [SKIP],
580 581
581 # Deopt every n garbage collections collides with deopt every n times. 582 # Deopt every n garbage collections collides with deopt every n times.
582 'regress/regress-2653': [SKIP], 583 'regress/regress-2653': [SKIP],
583 }], # 'deopt_fuzzer == True' 584 }], # 'deopt_fuzzer == True'
584 ] 585 ]
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