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

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

Issue 2197123002: [test] Remove deprecated --ignition test-runner flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove more obsolete status 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 397 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
398 398
399 # Pass but take too long with the simulator. 399 # Pass but take too long with the simulator.
400 'test-api/Threading1': [PASS, SLOW], 400 'test-api/Threading1': [PASS, SLOW],
401 'test-api/Threading2': [PASS, SLOW], 401 'test-api/Threading2': [PASS, SLOW],
402 'test-api/ExternalArrays': [PASS, SLOW], 402 'test-api/ExternalArrays': [PASS, SLOW],
403 403
404 }], # 'arch == ppc64 and simulator_run == True' 404 }], # 'arch == ppc64 and simulator_run == True'
405 405
406 ############################################################################## 406 ##############################################################################
407 ['ignition or ignition_turbofan', { 407 ['ignition_turbofan', {
408 # TODO(rmcilroy,4837): Inlining is currently disabled for the BytecodeGraphBui lder 408 # TODO(rmcilroy,4837): Inlining is currently disabled for the BytecodeGraphBui lder
409 # (see InliningPhase::Run). Also, we don't set a LoadContextSlot for a functio n as 409 # (see InliningPhase::Run). Also, we don't set a LoadContextSlot for a functio n as
410 # immutable in the BytecodeGraphBuilder, therefore no inlining happens. 410 # immutable in the BytecodeGraphBuilder, therefore no inlining happens.
411 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], 411 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
412 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], 412 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
413 'test-run-inlining/InlineTwice': [FAIL], 413 'test-run-inlining/InlineTwice': [FAIL],
414 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], 414 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
415 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], 415 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
416 'test-run-inlining/InlineWithArguments': [FAIL], 416 'test-run-inlining/InlineWithArguments': [FAIL],
417 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], 417 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], 482 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
483 'test-heap/OptimizedPretenuringDoubleArrayProperties': [FAIL], 483 'test-heap/OptimizedPretenuringDoubleArrayProperties': [FAIL],
484 'test-heap/OptimizedPretenuringMixedInObjectProperties': [FAIL], 484 'test-heap/OptimizedPretenuringMixedInObjectProperties': [FAIL],
485 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], 485 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
486 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], 486 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
487 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], 487 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
488 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], 488 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
489 489
490 # BUG(4751). Flaky with Ignition. 490 # BUG(4751). Flaky with Ignition.
491 'test-cpu-profiler/JsNativeJsSample': [SKIP], 491 'test-cpu-profiler/JsNativeJsSample': [SKIP],
492 }], # ignition or ignition_turbofan 492 }], # ignition_turbofan
493 493
494 ] 494 ]
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