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

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

Issue 2294913006: [Interpreter] Enable allocation site mementos in CreateArrayLiterals. (Closed)
Patch Set: Fixed cctest.status Created 4 years, 3 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
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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'test-heap/CompilationCacheCachingBehavior': [FAIL], 365 'test-heap/CompilationCacheCachingBehavior': [FAIL],
366 366
367 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. 367 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test.
368 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL], 368 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL],
369 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL], 369 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL],
370 370
371 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 371 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
372 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 372 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
373 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 373 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
374 374
375 # BUG(4680): Ignition doesn't support allocation sites currently. 375 # BUG(4680): Ignition doesn't support allocation site feedback for new.
376 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], 376 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
377 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
378 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
379 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
380 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
381 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
382 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
383 377
384 # BUG(4751). Flaky with ignition. 378 # BUG(4751). Flaky with ignition.
385 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL], 379 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL],
386 380
387 # TODO(ignition): Fails due to missing type info when optimizing from bytecode 381 # TODO(ignition): Fails due to missing type info when optimizing from bytecode
388 # with crankshaft. 382 # with crankshaft.
389 'test-cpu-profiler/TickLinesOptimized': [SKIP], 383 'test-cpu-profiler/TickLinesOptimized': [SKIP],
390 384
391 # TurboFan cpu profiler result is different. 385 # TurboFan cpu profiler result is different.
392 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 386 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
393 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 387 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
394 388
395 # BUG(5193): Flaky. 389 # BUG(5193): Flaky.
396 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 390 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
397 }], # variant == ignition 391 }], # variant == ignition
398 392
399 ############################################################################## 393 ##############################################################################
400 ['variant == ignition_staging', { 394 ['variant == ignition_staging', {
401 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 395 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
402 'test-cpu-profiler/TickLinesOptimized': [SKIP], 396 'test-cpu-profiler/TickLinesOptimized': [SKIP],
403 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 397 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
404 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 398 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
405 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 399 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
406 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], 400 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
407 'test-feedback-vector/VectorConstructCounts': [FAIL], 401 'test-feedback-vector/VectorConstructCounts': [FAIL],
408 'test-heap/CompilationCacheCachingBehavior': [FAIL], 402 'test-heap/CompilationCacheCachingBehavior': [FAIL],
409 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], 403 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
410 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 404 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
411 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
412 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
413 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
414 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
415 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
416 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
417 'test-heap/Regress169209': [FAIL], 405 'test-heap/Regress169209': [FAIL],
418 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL], 406 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL],
419 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL], 407 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL],
420 'test-heap/TestCodeFlushing': [FAIL], 408 'test-heap/TestCodeFlushing': [FAIL],
421 'test-heap/TestCodeFlushingIncremental': [FAIL], 409 'test-heap/TestCodeFlushingIncremental': [FAIL],
422 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 410 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
423 'test-heap/TestCodeFlushingPreAged': [FAIL], 411 'test-heap/TestCodeFlushingPreAged': [FAIL],
424 'test-heap/WeakFunctionInConstructor': [FAIL], 412 'test-heap/WeakFunctionInConstructor': [FAIL],
425 'test-run-inlining/InlineBuiltin': [FAIL], 413 'test-run-inlining/InlineBuiltin': [FAIL],
426 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], 414 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'test-heap/Regress169209': [FAIL], 488 'test-heap/Regress169209': [FAIL],
501 489
502 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 490 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
503 # in interpreter. 491 # in interpreter.
504 'test-heap/CompilationCacheCachingBehavior': [FAIL], 492 'test-heap/CompilationCacheCachingBehavior': [FAIL],
505 493
506 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 494 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
507 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 495 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
508 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 496 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
509 497
510 # BUG(4680): Ignition doesn't support allocation sites currently. 498 # BUG(4680): Ignition doesn't support allocation site feedback for new.
511 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], 499 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
512 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
513 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
514 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
515 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
516 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
517 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
518 500
519 # BUG(4751). Flaky with Ignition. 501 # BUG(4751). Flaky with Ignition.
520 'test-cpu-profiler/JsNativeJsSample': [SKIP], 502 'test-cpu-profiler/JsNativeJsSample': [SKIP],
521 503
522 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects 504 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects
523 # via deoptimization data (Crankshaft also does this, but lack proper test 505 # via deoptimization data (Crankshaft also does this, but lack proper test
524 # coverage). 506 # coverage).
525 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL], 507 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL],
526 508
527 # TurboFan cpu profiler result is different. 509 # TurboFan cpu profiler result is different.
528 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 510 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
529 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 511 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
530 512
531 # BUG(5193): Flaky. 513 # BUG(5193): Flaky.
532 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 514 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
533 }], # variant == ignition_turbofan 515 }], # variant == ignition_turbofan
534 516
535 ] 517 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698