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

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

Issue 1654953003: [Interpreter] Mark flaky Ignition tests as PASS, FAIL. (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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 716 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ],
717 'test-api/RequestInterruptTestWithFunctionCall': [SKIP], 717 'test-api/RequestInterruptTestWithFunctionCall': [SKIP],
718 'test-api/RequestInterruptTestWithAccessor': [SKIP], 718 'test-api/RequestInterruptTestWithAccessor': [SKIP],
719 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP], 719 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP],
720 'test-api/RequestInterruptTestWithMethodCall': [SKIP], 720 'test-api/RequestInterruptTestWithMethodCall': [SKIP],
721 'test-api/RequestMultipleInterrupts': [SKIP], 721 'test-api/RequestMultipleInterrupts': [SKIP],
722 'test-api/RequestInterruptTestWithMethodCallAndInterceptor': [SKIP], 722 'test-api/RequestInterruptTestWithMethodCallAndInterceptor': [SKIP],
723 }], # ignition == True 723 }], # ignition == True
724 724
725 ['ignition == True and mode == debug and arch == x64', { 725 ['ignition == True and mode == debug and arch == x64', {
726 # TODO(rmcilroy,4680): Fatal error in .././src/handles.h, line 206 726 # TODO(rmcilroy,4680): Flaky failures.
Michael Achenbach 2016/02/02 11:26:10 Not sure if they are really flaky. On linux64 debu
rmcilroy 2016/02/02 14:19:52 Hmm weird. On my local machine these would fail in
727 'test-run-jsexceptions/CatchNested': [FAIL], 727 'test-run-jsexceptions/CatchNested': [PASS, FAIL],
728 'test-run-jsexceptions/Catch': [FAIL], 728 'test-run-jsexceptions/Catch': [PASS, FAIL],
729 'test-run-jsexceptions/CatchBreak': [FAIL], 729 'test-run-jsexceptions/CatchBreak': [PASS, FAIL],
730 'test-run-jsexceptions/CatchCall': [FAIL], 730 'test-run-jsexceptions/CatchCall': [PASS, FAIL],
731 'test-run-jsexceptions/DeoptCatch': [FAIL], 731 'test-run-jsexceptions/DeoptCatch': [PASS, FAIL],
732 732 'test-api/CallAsFunction': [PASS, FAIL],
733 # TODO(rmcilroy,4689): Stack trace line number failures. 733 'test-api/ConstructorForObject': [PASS, FAIL],
734 'test-api/TryCatchMixedNesting': [FAIL], 734 'test-api/Regress528': [PASS, FAIL],
735 735 'test-api/TryCatchMixedNesting': [PASS, FAIL],
736 # TODO(rmcilroy,4680): Test assert failures.
737 'test-api/CallAsFunction': [FAIL],
738 'test-api/ConstructorForObject': [FAIL],
739 'test-api/Regress528': [FAIL],
740 }], 736 }],
741 737
742 ['ignition == True and arch == x64', { 738 ['ignition == True and arch == x64', {
743 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 739 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
744 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]], 740 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]],
745 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]], 741 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]],
746 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], 742 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
747 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], 743 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
748 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], 744 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
749 745
750 # TODO(rmcilroy,4680): Test assert errors. 746 # TODO(rmcilroy,4680): Test assert errors.
751 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], 747 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
752 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], 748 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
753 }], 749 }],
754 750
755 ['ignition == True and arch == arm64', { 751 ['ignition == True and arch == arm64', {
756 # TODO(rmcilroy,4680): Arm64 specific test failures. 752 # TODO(rmcilroy,4680): Arm64 specific test failures.
757 'test-decls/CrossScriptReferencesHarmony': [FAIL],
758 'test-js-arm64-variables/lookup_slots': [FAIL], 753 'test-js-arm64-variables/lookup_slots': [FAIL],
759 'test-serialize/SerializeInternalReference': [FAIL],
760 'test-spaces/SizeOfFirstPageIsLargeEnough': [FAIL],
761 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [FAIL],
762 'test-api/ExternalWrap': [FAIL],
763 754
764 # TODO(rmcilroy,4680): Arm64 flakes. 755 # TODO(rmcilroy,4680): Arm64 flakes.
756 'test-serialize/SerializeInternalReference': [PASS, FAIL],
757 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
758 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
765 'test-heap/Regress538257': [PASS, FAIL], 759 'test-heap/Regress538257': [PASS, FAIL],
766 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 760 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
761 'test-api/ExternalWrap': [PASS, FAIL],
762 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
767 }], # ignition == True and arch == arm64 763 }], # ignition == True and arch == arm64
768 764
769 ] 765 ]
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