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

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

Issue 2294913006: [Interpreter] Enable allocation site mementos in CreateArrayLiterals. (Closed)
Patch Set: Rebase. 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'test-heap/Regress169209': [FAIL], 363 'test-heap/Regress169209': [FAIL],
364 364
365 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 365 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
366 # in interpreter. 366 # in interpreter.
367 'test-heap/CompilationCacheCachingBehavior': [FAIL], 367 'test-heap/CompilationCacheCachingBehavior': [FAIL],
368 368
369 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 369 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
370 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 370 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
371 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 371 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
372 372
373 # BUG(4680): Ignition doesn't support mementos when creating array literals.
374 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
375 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
376 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
377 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
378 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
379 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
380
381 # BUG(4751). Flaky with ignition. 373 # BUG(4751). Flaky with ignition.
382 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL], 374 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL],
383 375
384 # TODO(ignition): Fails due to missing type info when optimizing from bytecode 376 # TODO(ignition): Fails due to missing type info when optimizing from bytecode
385 # with crankshaft. 377 # with crankshaft.
386 'test-cpu-profiler/TickLinesOptimized': [SKIP], 378 'test-cpu-profiler/TickLinesOptimized': [SKIP],
387 379
388 # TurboFan cpu profiler result is different. 380 # TurboFan cpu profiler result is different.
389 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 381 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
390 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 382 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
391 383
392 # BUG(5193): Flaky. 384 # BUG(5193): Flaky.
393 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 385 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
394 }], # variant == ignition 386 }], # variant == ignition
395 387
396 ############################################################################## 388 ##############################################################################
397 ['variant == ignition_staging', { 389 ['variant == ignition_staging', {
398 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 390 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
399 'test-cpu-profiler/TickLinesOptimized': [SKIP], 391 'test-cpu-profiler/TickLinesOptimized': [SKIP],
400 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 392 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
401 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 393 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
402 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 394 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
403 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], 395 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
404 'test-heap/CompilationCacheCachingBehavior': [FAIL], 396 'test-heap/CompilationCacheCachingBehavior': [FAIL],
405 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
406 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
407 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
408 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
409 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
410 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
411 'test-heap/Regress169209': [FAIL], 397 'test-heap/Regress169209': [FAIL],
412 'test-heap/TestCodeFlushing': [FAIL], 398 'test-heap/TestCodeFlushing': [FAIL],
413 'test-heap/TestCodeFlushingIncremental': [FAIL], 399 'test-heap/TestCodeFlushingIncremental': [FAIL],
414 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 400 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
415 'test-heap/TestCodeFlushingPreAged': [FAIL], 401 'test-heap/TestCodeFlushingPreAged': [FAIL],
416 'test-run-inlining/InlineBuiltin': [FAIL], 402 'test-run-inlining/InlineBuiltin': [FAIL],
417 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], 403 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
418 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], 404 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
419 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], 405 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
420 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], 406 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'test-heap/Regress169209': [FAIL], 472 'test-heap/Regress169209': [FAIL],
487 473
488 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 474 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
489 # in interpreter. 475 # in interpreter.
490 'test-heap/CompilationCacheCachingBehavior': [FAIL], 476 'test-heap/CompilationCacheCachingBehavior': [FAIL],
491 477
492 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 478 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
493 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 479 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
494 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 480 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
495 481
496 # TODO(mythria, 4780): In interpreter we disable mementos when creating array
497 # literals.
498 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
499 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
500 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
501 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
502 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
503 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
504
505 # BUG(4751). Flaky with Ignition. 482 # BUG(4751). Flaky with Ignition.
506 'test-cpu-profiler/JsNativeJsSample': [SKIP], 483 'test-cpu-profiler/JsNativeJsSample': [SKIP],
507 484
508 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects 485 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects
509 # via deoptimization data (Crankshaft also does this, but lack proper test 486 # via deoptimization data (Crankshaft also does this, but lack proper test
510 # coverage). 487 # coverage).
511 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL], 488 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL],
512 489
513 # TurboFan cpu profiler result is different. 490 # TurboFan cpu profiler result is different.
514 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 491 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
515 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 492 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
516 493
517 # BUG(5193): Flaky. 494 # BUG(5193): Flaky.
518 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 495 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
519 }], # variant == ignition_turbofan 496 }], # variant == ignition_turbofan
520 497
521 ] 498 ]
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698