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

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

Issue 465643002: Skip test with TF on GC stress. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'debug-stepout-scope-part8': [SKIP], 256 'debug-stepout-scope-part8': [SKIP],
257 'mirror-object': [SKIP], 257 'mirror-object': [SKIP],
258 'packed-elements': [SKIP], 258 'packed-elements': [SKIP],
259 'regress/regress-1122': [SKIP], 259 'regress/regress-1122': [SKIP],
260 'regress/regress-331444': [SKIP], 260 'regress/regress-331444': [SKIP],
261 'regress/regress-353551': [SKIP], 261 'regress/regress-353551': [SKIP],
262 'regress/regress-crbug-119926': [SKIP], 262 'regress/regress-crbug-119926': [SKIP],
263 'regress/short-circuit': [SKIP], 263 'regress/short-circuit': [SKIP],
264 'stack-traces-overflow': [SKIP], 264 'stack-traces-overflow': [SKIP],
265 'unicode-test': [SKIP], 265 'unicode-test': [SKIP],
266 'whitespaces': [SKIP] 266 'whitespaces': [SKIP],
267
268 # TODO(mstarzinger): Takes too long with TF.
269 'array-sort': [PASS, NO_VARIANTS],
267 }], # 'gc_stress == True' 270 }], # 'gc_stress == True'
268 271
269 ############################################################################## 272 ##############################################################################
270 ['no_i18n', { 273 ['no_i18n', {
271 # Don't call runtime functions that don't exist without i18n support. 274 # Don't call runtime functions that don't exist without i18n support.
272 'runtime-gen/availablelocalesof': [SKIP], 275 'runtime-gen/availablelocalesof': [SKIP],
273 'runtime-gen/breakiteratoradopttext': [SKIP], 276 'runtime-gen/breakiteratoradopttext': [SKIP],
274 'runtime-gen/breakiteratorbreaktype': [SKIP], 277 'runtime-gen/breakiteratorbreaktype': [SKIP],
275 'runtime-gen/breakiteratorbreaktype': [SKIP], 278 'runtime-gen/breakiteratorbreaktype': [SKIP],
276 'runtime-gen/breakiteratorcurrent': [SKIP], 279 'runtime-gen/breakiteratorcurrent': [SKIP],
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'never-optimize': [SKIP], 590 'never-optimize': [SKIP],
588 'regress/regress-2185-2': [SKIP], 591 'regress/regress-2185-2': [SKIP],
589 'harmony/object-observe': [SKIP], 592 'harmony/object-observe': [SKIP],
590 'readonly': [SKIP], 593 'readonly': [SKIP],
591 'array-feedback': [SKIP], 594 'array-feedback': [SKIP],
592 595
593 # Deopt every n garbage collections collides with deopt every n times. 596 # Deopt every n garbage collections collides with deopt every n times.
594 'regress/regress-2653': [SKIP], 597 'regress/regress-2653': [SKIP],
595 }], # 'deopt_fuzzer == True' 598 }], # 'deopt_fuzzer == True'
596 ] 599 ]
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