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

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

Issue 2214283003: [test] Activate ignition_staging variant (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip one cpu profiler test 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 ['variant == ignition_staging', {
393 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL],
394 'test-cpu-profiler/TickLinesOptimized': [SKIP],
395 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
396 'test-feedback-vector/VectorConstructCounts': [FAIL],
397 'test-heap/CompilationCacheCachingBehavior': [FAIL],
398 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
399 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
400 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
401 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
402 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
403 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
404 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
405 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
406 'test-heap/Regress169209': [FAIL],
407 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL],
408 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL],
409 'test-heap/TestCodeFlushing': [FAIL],
410 'test-heap/TestCodeFlushingIncremental': [FAIL],
411 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
412 'test-heap/TestCodeFlushingPreAged': [FAIL],
413 'test-heap/WeakFunctionInConstructor': [FAIL],
414 'test-run-inlining/InlineBuiltin': [FAIL],
415 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
416 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
417 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
418 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
419 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL],
420 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
421 'test-run-inlining/InlineMutuallyRecursive': [FAIL],
422 'test-run-inlining/InlineNestedBuiltin': [FAIL],
423 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL],
424 'test-run-inlining/InlineOmitArguments': [FAIL],
425 'test-run-inlining/InlineOmitArgumentsObject': [FAIL],
426 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
427 'test-run-inlining/InlineSurplusArguments': [FAIL],
428 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
429 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL],
430 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
431 'test-run-inlining/InlineTwiceDependent': [FAIL],
432 'test-run-inlining/InlineTwice': [FAIL],
433 'test-run-inlining/InlineWithArguments': [FAIL],
434 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
435 'test-run-inlining/SimpleInliningContext': [FAIL],
436 'test-run-inlining/SimpleInlining': [FAIL],
437 }], # variant == ignition_staging
438
439 ##############################################################################
392 ['variant == ignition_turbofan', { 440 ['variant == ignition_turbofan', {
393 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. 441 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder.
394 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], 442 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
395 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], 443 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
396 'test-run-inlining/InlineTwice': [FAIL], 444 'test-run-inlining/InlineTwice': [FAIL],
397 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], 445 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
398 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], 446 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
399 'test-run-inlining/InlineWithArguments': [FAIL], 447 'test-run-inlining/InlineWithArguments': [FAIL],
400 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], 448 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
401 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], 449 'test-run-inlining/InlineOmitArgumentsObject': [FAIL],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], 501 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], 502 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], 503 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], 504 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
457 505
458 # BUG(4751). Flaky with Ignition. 506 # BUG(4751). Flaky with Ignition.
459 'test-cpu-profiler/JsNativeJsSample': [SKIP], 507 'test-cpu-profiler/JsNativeJsSample': [SKIP],
460 }], # variant == ignition_turbofan 508 }], # variant == ignition_turbofan
461 509
462 ] 510 ]
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