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

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

Issue 1693823002: [test] Skip test for gc stress and turbofan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'strong/load-proxy': [SKIP], 366 'strong/load-proxy': [SKIP],
367 367
368 # Slow tests. 368 # Slow tests.
369 'array-constructor': [PASS, SLOW], 369 'array-constructor': [PASS, SLOW],
370 'json': [PASS, SLOW], 370 'json': [PASS, SLOW],
371 'regress/regress-446389': [PASS, SLOW], 371 'regress/regress-446389': [PASS, SLOW],
372 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], 372 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW],
373 373
374 # BUG(v8:3097) 374 # BUG(v8:3097)
375 'debug-references': [SKIP], 375 'debug-references': [SKIP],
376
377 # BUG(v8:4754).
378 'debug-referenced-by': [PASS, NO_VARIANTS],
376 }], # 'gc_stress == True' 379 }], # 'gc_stress == True'
377 380
378 ############################################################################## 381 ##############################################################################
379 ['no_i18n == True and mode == debug', { 382 ['no_i18n == True and mode == debug', {
380 # Tests too slow for no18n debug. 383 # Tests too slow for no18n debug.
381 'regress/regress-1200351': [SKIP], 384 'regress/regress-1200351': [SKIP],
382 }], # 'no_i18n == True and mode == debug' 385 }], # 'no_i18n == True and mode == debug'
383 386
384 ############################################################################## 387 ##############################################################################
385 ['byteorder == big', { 388 ['byteorder == big', {
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 # Tests taking too long. 1019 # Tests taking too long.
1017 'array-functions-prototype-misc': [SKIP], 1020 'array-functions-prototype-misc': [SKIP],
1018 'strong/implicit-conversions': [SKIP], 1021 'strong/implicit-conversions': [SKIP],
1019 'strong/load-element-mutate-backing-store': [SKIP], 1022 'strong/load-element-mutate-backing-store': [SKIP],
1020 1023
1021 # Stack overflow. 1024 # Stack overflow.
1022 'big-array-literal': [SKIP], 1025 'big-array-literal': [SKIP],
1023 }], # 'gcov_coverage' 1026 }], # 'gcov_coverage'
1024 1027
1025 ] 1028 ]
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