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

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

Issue 1855913002: [interpreter] add some expression positions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 491 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
492 'test-api/SetFunctionEntryHook': [FAIL], 492 'test-api/SetFunctionEntryHook': [FAIL],
493 493
494 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 494 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
495 'test-heap/TestCodeFlushingPreAged': [FAIL], 495 'test-heap/TestCodeFlushingPreAged': [FAIL],
496 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 496 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
497 'test-heap/TestCodeFlushing': [FAIL], 497 'test-heap/TestCodeFlushing': [FAIL],
498 'test-heap/TestCodeFlushingIncremental': [FAIL], 498 'test-heap/TestCodeFlushingIncremental': [FAIL],
499 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 499 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
500 500
501 # TODO(rmcilroy,4689): Stack trace line number failures.
502 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
503 'test-api/TryCatchMixedNesting': [FAIL],
504
505 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position 501 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position
506 # on nodes (behind --turbo_source_positions flag). 502 # on nodes (behind --turbo_source_positions flag).
507 'test-cpu-profiler/TickLinesOptimized': [FAIL], 503 'test-cpu-profiler/TickLinesOptimized': [FAIL],
508 504
509 # TODO(rmcilroy,4680): Fails to find the correct function name for the 505 # TODO(rmcilroy,4680): Fails to find the correct function name for the
510 # anonymous function. Fails without ignition but with --no-lazy also, so seems 506 # anonymous function. Fails without ignition but with --no-lazy also, so seems
511 # to be an issue when eagerly parsing. 507 # to be an issue when eagerly parsing.
512 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], 508 'test-func-name-inference/ReturnAnonymousFunction': [FAIL],
513 509
514 # TODO(mythria,4780): Related to type feedback support for calls. 510 # TODO(mythria,4780): Related to type feedback support for calls.
515 'test-feedback-vector/VectorCallICStates': [FAIL], 511 'test-feedback-vector/VectorCallICStates': [FAIL],
516 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], 512 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
517 'test-heap/WeakFunctionInConstructor': [FAIL], 513 'test-heap/WeakFunctionInConstructor': [FAIL],
518 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 514 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
519 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 515 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
520 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 516 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
521 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 517 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
522 518
523 # TODO(mythria,4680): Lack of code-ageing in interpreter. 519 # TODO(mythria,4680): Lack of code-ageing in interpreter.
524 'test-heap/Regress169209': [FAIL], 520 'test-heap/Regress169209': [FAIL],
525 521
526 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 522 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
527 # in interpreter. 523 # in interpreter.
528 'test-heap/CompilationCacheCachingBehavior': [FAIL], 524 'test-heap/CompilationCacheCachingBehavior': [FAIL],
529 525
530 # TODO(mythria,4680): Incorrect column number on eval.
531 'test-api/PromiseRejectCallback': [FAIL],
532
533 # TODO(rmcilroy,4680): Fails with eager compilation due to SharedFunctionInfo 526 # TODO(rmcilroy,4680): Fails with eager compilation due to SharedFunctionInfo
534 # being null in compiler.cc Renumber(), meaning MaybeDisableOptimization never 527 # being null in compiler.cc Renumber(), meaning MaybeDisableOptimization never
535 # gets called. 528 # gets called.
536 'test-profile-generator/BailoutReason': [FAIL], 529 'test-profile-generator/BailoutReason': [FAIL],
537 530
538 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken 531 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
539 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r 532 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r
540 # code. 533 # code.
541 'test-api/TurboAsmDisablesNeuter': [FAIL], 534 'test-api/TurboAsmDisablesNeuter': [FAIL],
542 535
(...skipping 19 matching lines...) Expand all
562 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], 555 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
563 'test-run-inlining/InlineNestedBuiltin': [FAIL], 556 'test-run-inlining/InlineNestedBuiltin': [FAIL],
564 'test-run-inlining/InlineSurplusArguments': [FAIL], 557 'test-run-inlining/InlineSurplusArguments': [FAIL],
565 'test-run-inlining/InlineBuiltin': [FAIL], 558 'test-run-inlining/InlineBuiltin': [FAIL],
566 'test-run-inlining/InlineTwiceDependent': [FAIL], 559 'test-run-inlining/InlineTwiceDependent': [FAIL],
567 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], 560 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
568 'test-debug/DebugBreakInline': [FAIL], 561 'test-debug/DebugBreakInline': [FAIL],
569 }], # ignition == True 562 }], # ignition == True
570 563
571 ] 564 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698