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

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

Issue 2225923003: [Interpreter] Collect type feedback for 'new' in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updated mjsunit.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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 345 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
346 'test-heap/TestCodeFlushingPreAged': [FAIL], 346 'test-heap/TestCodeFlushingPreAged': [FAIL],
347 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 347 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
348 'test-heap/TestCodeFlushing': [FAIL], 348 'test-heap/TestCodeFlushing': [FAIL],
349 'test-heap/TestCodeFlushingIncremental': [FAIL], 349 'test-heap/TestCodeFlushingIncremental': [FAIL],
350 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 350 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
351 351
352 # TODO(mythria,4780): Related to type feedback support for Array function. 352 # TODO(mythria,4780): Related to type feedback support for Array function.
353 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], 353 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
354 354
355 # TODO(mythria,4780): Related to type feedback support for constructor.
356 'test-feedback-vector/VectorConstructCounts': [FAIL],
357 'test-heap/WeakFunctionInConstructor': [FAIL],
358 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
359
360 # TODO(mythria,4680): Lack of code-ageing in interpreter. 355 # TODO(mythria,4680): Lack of code-ageing in interpreter.
361 'test-heap/Regress169209': [FAIL], 356 'test-heap/Regress169209': [FAIL],
362 357
363 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 358 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
364 # in interpreter. 359 # in interpreter.
365 'test-heap/CompilationCacheCachingBehavior': [FAIL], 360 'test-heap/CompilationCacheCachingBehavior': [FAIL],
366 361
367 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. 362 # 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], 363 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL],
369 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL], 364 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL],
370 365
371 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 366 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
372 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 367 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
373 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 368 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
374 369
375 # BUG(4680): Ignition doesn't support allocation sites currently. 370 # BUG(4680): Ignition doesn't support mementos when creating array literals.
376 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
377 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], 371 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
378 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], 372 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
379 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], 373 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
380 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], 374 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
381 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], 375 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
382 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], 376 '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
(...skipping 10 matching lines...) Expand all
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],
408 'test-heap/CompilationCacheCachingBehavior': [FAIL], 401 'test-heap/CompilationCacheCachingBehavior': [FAIL],
409 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
410 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
411 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], 402 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
412 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], 403 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
413 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], 404 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
414 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], 405 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
415 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], 406 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
416 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], 407 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
417 'test-heap/Regress169209': [FAIL], 408 'test-heap/Regress169209': [FAIL],
418 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL], 409 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL],
419 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL], 410 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL],
420 'test-heap/TestCodeFlushing': [FAIL], 411 'test-heap/TestCodeFlushing': [FAIL],
421 'test-heap/TestCodeFlushingIncremental': [FAIL], 412 'test-heap/TestCodeFlushingIncremental': [FAIL],
422 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 413 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
423 'test-heap/TestCodeFlushingPreAged': [FAIL], 414 'test-heap/TestCodeFlushingPreAged': [FAIL],
424 'test-heap/WeakFunctionInConstructor': [FAIL],
425 'test-run-inlining/InlineBuiltin': [FAIL], 415 'test-run-inlining/InlineBuiltin': [FAIL],
426 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], 416 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
427 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], 417 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
428 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], 418 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
429 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], 419 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
430 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], 420 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL],
431 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], 421 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
432 'test-run-inlining/InlineMutuallyRecursive': [FAIL], 422 'test-run-inlining/InlineMutuallyRecursive': [FAIL],
433 'test-run-inlining/InlineNestedBuiltin': [FAIL], 423 'test-run-inlining/InlineNestedBuiltin': [FAIL],
434 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL], 424 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 474 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
485 'test-heap/TestCodeFlushingPreAged': [FAIL], 475 'test-heap/TestCodeFlushingPreAged': [FAIL],
486 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 476 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
487 'test-heap/TestCodeFlushing': [FAIL], 477 'test-heap/TestCodeFlushing': [FAIL],
488 'test-heap/TestCodeFlushingIncremental': [FAIL], 478 'test-heap/TestCodeFlushingIncremental': [FAIL],
489 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 479 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
490 480
491 # TODO(mythria,4780): Related to type feedback support for Array function. 481 # TODO(mythria,4780): Related to type feedback support for Array function.
492 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], 482 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
493 483
494 # TODO(mythria,4780): Related to type feedback support for constructor.
495 'test-feedback-vector/VectorConstructCounts': [FAIL],
496 'test-heap/WeakFunctionInConstructor': [FAIL],
497 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
498
499 # TODO(mythria,4680): Lack of code-ageing in interpreter. 484 # TODO(mythria,4680): Lack of code-ageing in interpreter.
500 'test-heap/Regress169209': [FAIL], 485 'test-heap/Regress169209': [FAIL],
501 486
502 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 487 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
503 # in interpreter. 488 # in interpreter.
504 'test-heap/CompilationCacheCachingBehavior': [FAIL], 489 'test-heap/CompilationCacheCachingBehavior': [FAIL],
505 490
506 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 491 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
507 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 492 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
508 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 493 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
509 494
510 # BUG(4680): Ignition doesn't support allocation sites currently. 495 # TODO(mythria, 4780): In interpreter we disable mementos when creating array
511 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], 496 # literals.
512 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], 497 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
513 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], 498 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
514 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], 499 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
515 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], 500 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
516 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], 501 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
517 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], 502 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
518 503
519 # BUG(4751). Flaky with Ignition. 504 # BUG(4751). Flaky with Ignition.
520 'test-cpu-profiler/JsNativeJsSample': [SKIP], 505 'test-cpu-profiler/JsNativeJsSample': [SKIP],
521 506
522 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects 507 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects
523 # via deoptimization data (Crankshaft also does this, but lack proper test 508 # via deoptimization data (Crankshaft also does this, but lack proper test
524 # coverage). 509 # coverage).
525 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL], 510 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL],
526 511
527 # TurboFan cpu profiler result is different. 512 # TurboFan cpu profiler result is different.
528 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 513 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
529 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 514 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
530 515
531 # BUG(5193): Flaky. 516 # BUG(5193): Flaky.
532 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 517 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
533 }], # variant == ignition_turbofan 518 }], # variant == ignition_turbofan
534 519
535 ] 520 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698