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

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

Issue 2203013002: [test] Enable test status filtering by variant (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Nits Created 4 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
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 382 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
383 383
384 # Pass but take too long with the simulator. 384 # Pass but take too long with the simulator.
385 'test-api/Threading1': [PASS, SLOW], 385 'test-api/Threading1': [PASS, SLOW],
386 'test-api/Threading2': [PASS, SLOW], 386 'test-api/Threading2': [PASS, SLOW],
387 'test-api/ExternalArrays': [PASS, SLOW], 387 'test-api/ExternalArrays': [PASS, SLOW],
388 388
389 }], # 'arch == ppc64 and simulator_run == True' 389 }], # 'arch == ppc64 and simulator_run == True'
390 390
391 ############################################################################## 391 ##############################################################################
392 ['ignition_turbofan', { 392 ['variant == ignition_turbofan', {
393 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. 393 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder.
394 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], 394 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
395 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], 395 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
396 'test-run-inlining/InlineTwice': [FAIL], 396 'test-run-inlining/InlineTwice': [FAIL],
397 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], 397 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
398 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], 398 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
399 'test-run-inlining/InlineWithArguments': [FAIL], 399 'test-run-inlining/InlineWithArguments': [FAIL],
400 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], 400 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
401 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], 401 'test-run-inlining/InlineOmitArgumentsObject': [FAIL],
402 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], 402 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], 450 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
451 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], 451 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
452 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], 452 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], 453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], 454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], 455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], 456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
457 457
458 # BUG(4751). Flaky with Ignition. 458 # BUG(4751). Flaky with Ignition.
459 'test-cpu-profiler/JsNativeJsSample': [SKIP], 459 'test-cpu-profiler/JsNativeJsSample': [SKIP],
460 }], # ignition_turbofan 460 }], # variant == ignition_turbofan
461 461
462 ] 462 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698