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

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

Issue 2307903002: [Interpreter] Collect allocation site feedback in call bytecode handler. (Closed)
Patch Set: Fixed a bug in mips implementation. 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
« no previous file with comments | « src/x64/interface-descriptors-x64.cc ('k') | 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 349
350 ############################################################################## 350 ##############################################################################
351 ['variant == ignition', { 351 ['variant == ignition', {
352 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 352 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
353 'test-heap/TestCodeFlushingPreAged': [FAIL], 353 'test-heap/TestCodeFlushingPreAged': [FAIL],
354 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 354 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
355 'test-heap/TestCodeFlushing': [FAIL], 355 'test-heap/TestCodeFlushing': [FAIL],
356 'test-heap/TestCodeFlushingIncremental': [FAIL], 356 'test-heap/TestCodeFlushingIncremental': [FAIL],
357 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 357 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
358 358
359 # TODO(mythria,4780): Related to type feedback support for Array function.
360 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
361
362 # TODO(mythria,4680): Lack of code-ageing in interpreter. 359 # TODO(mythria,4680): Lack of code-ageing in interpreter.
363 'test-heap/Regress169209': [FAIL], 360 'test-heap/Regress169209': [FAIL],
364 361
365 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 362 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
366 # in interpreter. 363 # in interpreter.
367 'test-heap/CompilationCacheCachingBehavior': [FAIL], 364 'test-heap/CompilationCacheCachingBehavior': [FAIL],
368 365
369 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 366 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
370 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 367 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
371 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 368 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
(...skipping 13 matching lines...) Expand all
385 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 382 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
386 }], # variant == ignition 383 }], # variant == ignition
387 384
388 ############################################################################## 385 ##############################################################################
389 ['variant == ignition_staging', { 386 ['variant == ignition_staging', {
390 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 387 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
391 'test-cpu-profiler/TickLinesOptimized': [SKIP], 388 'test-cpu-profiler/TickLinesOptimized': [SKIP],
392 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 389 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
393 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 390 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
394 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 391 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
395 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
396 'test-heap/CompilationCacheCachingBehavior': [FAIL], 392 'test-heap/CompilationCacheCachingBehavior': [FAIL],
397 'test-heap/Regress169209': [FAIL], 393 'test-heap/Regress169209': [FAIL],
398 'test-heap/TestCodeFlushing': [FAIL], 394 'test-heap/TestCodeFlushing': [FAIL],
399 'test-heap/TestCodeFlushingIncremental': [FAIL], 395 'test-heap/TestCodeFlushingIncremental': [FAIL],
400 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 396 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
401 'test-heap/TestCodeFlushingPreAged': [FAIL], 397 'test-heap/TestCodeFlushingPreAged': [FAIL],
402 'test-run-inlining/InlineBuiltin': [FAIL], 398 'test-run-inlining/InlineBuiltin': [FAIL],
403 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], 399 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
404 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], 400 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
405 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], 401 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 # on nodes (behind --turbo_source_positions flag). 454 # on nodes (behind --turbo_source_positions flag).
459 'test-cpu-profiler/TickLinesOptimized': [FAIL], 455 'test-cpu-profiler/TickLinesOptimized': [FAIL],
460 456
461 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 457 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
462 'test-heap/TestCodeFlushingPreAged': [FAIL], 458 'test-heap/TestCodeFlushingPreAged': [FAIL],
463 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 459 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
464 'test-heap/TestCodeFlushing': [FAIL], 460 'test-heap/TestCodeFlushing': [FAIL],
465 'test-heap/TestCodeFlushingIncremental': [FAIL], 461 'test-heap/TestCodeFlushingIncremental': [FAIL],
466 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 462 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
467 463
468 # TODO(mythria,4780): Related to type feedback support for Array function.
469 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
470
471 # TODO(mythria,4680): Lack of code-ageing in interpreter. 464 # TODO(mythria,4680): Lack of code-ageing in interpreter.
472 'test-heap/Regress169209': [FAIL], 465 'test-heap/Regress169209': [FAIL],
473 466
474 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 467 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
475 # in interpreter. 468 # in interpreter.
476 'test-heap/CompilationCacheCachingBehavior': [FAIL], 469 'test-heap/CompilationCacheCachingBehavior': [FAIL],
477 470
478 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 471 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
479 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 472 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
480 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 473 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
481 474
482 # BUG(4751). Flaky with Ignition. 475 # BUG(4751). Flaky with Ignition.
483 'test-cpu-profiler/JsNativeJsSample': [SKIP], 476 'test-cpu-profiler/JsNativeJsSample': [SKIP],
484 477
485 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects 478 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects
486 # via deoptimization data (Crankshaft also does this, but lack proper test 479 # via deoptimization data (Crankshaft also does this, but lack proper test
487 # coverage). 480 # coverage).
488 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL], 481 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL],
489 482
490 # TurboFan cpu profiler result is different. 483 # TurboFan cpu profiler result is different.
491 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 484 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
492 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 485 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
493 486
494 # BUG(5193): Flaky. 487 # BUG(5193): Flaky.
495 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 488 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
496 }], # variant == ignition_turbofan 489 }], # variant == ignition_turbofan
497 490
498 ] 491 ]
OLDNEW
« no previous file with comments | « src/x64/interface-descriptors-x64.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698