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

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

Issue 1668843003: [Interpreter] Removes skips for tests that are no longer crashing with ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | 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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'test-run-inlining/InlineTwice': [FAIL], 645 'test-run-inlining/InlineTwice': [FAIL],
646 'test-decls/Regress425510': [FAIL], 646 'test-decls/Regress425510': [FAIL],
647 647
648 # TODO(rmcilroy,4680): Fail on some bot configurations. 648 # TODO(rmcilroy,4680): Fail on some bot configurations.
649 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], 649 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL],
650 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], 650 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL],
651 'test-cpu-profiler/SourceLocation': [PASS, FAIL], 651 'test-cpu-profiler/SourceLocation': [PASS, FAIL],
652 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], 652 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL],
653 'test-serialize/SerializeInternalReference': [PASS, FAIL], 653 'test-serialize/SerializeInternalReference': [PASS, FAIL],
654 654
655 # TODO(rmcilroy,4680): Test crashes.
656 'test-pipeline/PipelineGeneric': [SKIP],
657 'test-pipeline/PipelineTyped': [SKIP],
658
659 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in 655 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in
660 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. 656 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode.
661 'test-func-name-inference/GlobalProperty': [SKIP], 657 'test-func-name-inference/GlobalProperty': [SKIP],
662 'test-func-name-inference/GlobalVar': [SKIP], 658 'test-func-name-inference/GlobalVar': [SKIP],
663 'test-func-name-inference/InConstructor': [SKIP], 659 'test-func-name-inference/InConstructor': [SKIP],
664 'test-func-name-inference/Static': [SKIP], 660 'test-func-name-inference/Static': [SKIP],
665 'test-func-name-inference/LocalVar': [SKIP], 661 'test-func-name-inference/LocalVar': [SKIP],
666 'test-func-name-inference/Factory': [SKIP], 662 'test-func-name-inference/Factory': [SKIP],
667 'test-func-name-inference/MultipleFuncsConditional': [SKIP], 663 'test-func-name-inference/MultipleFuncsConditional': [SKIP],
668 'test-func-name-inference/AsParameter': [SKIP], 664 'test-func-name-inference/AsParameter': [SKIP],
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], 729 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
734 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], 730 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
735 'test-heap/Regress538257': [PASS, FAIL], 731 'test-heap/Regress538257': [PASS, FAIL],
736 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 732 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
737 'test-api/ExternalWrap': [PASS, FAIL], 733 'test-api/ExternalWrap': [PASS, FAIL],
738 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], 734 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
739 'test-lockers/IsolateNestedLocking': [PASS, FAIL], 735 'test-lockers/IsolateNestedLocking': [PASS, FAIL],
740 }], # ignition == True and arch == arm64 736 }], # ignition == True and arch == arm64
741 737
742 ] 738 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698