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

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

Issue 1176423007: Reenable some cctest tests that no longer fail. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove DCHECK. Created 5 years, 6 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/heap/mark-compact.h ('k') | 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'test-weaksets/WeakSet_Shrinking': [FAIL], 57 'test-weaksets/WeakSet_Shrinking': [FAIL],
58 58
59 # Boot up memory use is bloated in debug mode. 59 # Boot up memory use is bloated in debug mode.
60 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], 60 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
61 61
62 # This tests only that the preparser and parser agree, so there is no point in 62 # This tests only that the preparser and parser agree, so there is no point in
63 # running several variants. Note that this still takes ages, because there 63 # running several variants. Note that this still takes ages, because there
64 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. 64 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
65 'test-parsing/ParserSync': [PASS, NO_VARIANTS], 65 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
66 66
67 # This tests only the type system, so there is no point in running several 67 # This tests only the type system, no point in running several variants.
68 # variants.
69 'test-hydrogen-types/*': [PASS, NO_VARIANTS], 68 'test-hydrogen-types/*': [PASS, NO_VARIANTS],
70 'test-types/*': [PASS, NO_VARIANTS], 69 'test-types/*': [PASS, NO_VARIANTS],
71 70
71 # This tests API threading, no point in running several variants.
72 'test-api/Threading*': [PASS, NO_VARIANTS],
73
72 # The cpu profiler tests are notoriously flaky. 74 # The cpu profiler tests are notoriously flaky.
73 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) 75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
74 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) 76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
75 'test-cpu-profiler/CollectCpuProfile': [SKIP], 77 'test-cpu-profiler/CollectCpuProfile': [SKIP],
76 'test-cpu-profiler/CollectCpuProfileSamples': [SKIP], 78 'test-cpu-profiler/CollectCpuProfileSamples': [SKIP],
77 'test-cpu-profiler/FunctionApplySample': [SKIP], 79 'test-cpu-profiler/FunctionApplySample': [SKIP],
78 'test-cpu-profiler/FunctionCallSample': [SKIP], 80 'test-cpu-profiler/FunctionCallSample': [SKIP],
79 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], 81 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
80 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], 82 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
81 'test-cpu-profiler/BoundFunctionCall': [SKIP], 83 'test-cpu-profiler/BoundFunctionCall': [SKIP],
82 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], 84 'test-cpu-profiler/CpuProfileDeepStack': [SKIP],
83 'test-cpu-profiler/JsNativeJsSample': [SKIP], 85 'test-cpu-profiler/JsNativeJsSample': [SKIP],
84 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], 86 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
85 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], 87 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
86 88
87 # BUG(3525). Test crashes flakily. 89 # BUG(3525). Test crashes flakily.
88 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 90 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
89 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], 91 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
90 92
91 # Fails sometimes. 93 # Fails sometimes.
92 'test-debug/ProcessDebugMessagesThreaded': [PASS, FLAKY], 94 'test-debug/ProcessDebugMessagesThreaded': [PASS, FLAKY],
93 95
94 # BUG(2340). Preprocessing stack traces is disabled at the moment. 96 # BUG(2340). Preprocessing stack traces is disabled at the moment.
95 'test-heap/PreprocessStackTrace': [FAIL], 97 'test-heap/PreprocessStackTrace': [FAIL],
96 98
97 ############################################################################## 99 ##############################################################################
98 # TurboFan compiler failures. 100 # TurboFan compiler failures.
99 101
100 # Some tests are just too slow to run for now. 102 # Some tests are just too slow to run for now.
101 'test-api/Threading*': [PASS, NO_VARIANTS],
102 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 103 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
103 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 104 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
104 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], 105 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS],
105 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 106 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
106 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 107 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
107 # BUG(3742). 108 # BUG(3742).
108 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], 109 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
109 110
110 # TODO(mstarzinger): The rewriter is not being called when top-level code is 111 # TODO(mstarzinger): The rewriter is not being called when top-level code is
111 # optimized and hence scripts don't "return" the correct value. Fix this. 112 # optimized and hence scripts don't "return" the correct value. Fix this.
112 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS], 113 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS],
113 114
114 # TODO(mstarzinger): Crankshaft messes with debugger, investigate and fix! 115 # TODO(mstarzinger): Crankshaft messes with debugger, investigate and fix!
115 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], # in no-snap m ode. 116 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], # in no-snap m ode.
116 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS], 117 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS],
117 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS], 118 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS],
118 119
119 # TODO(jarin): Cannot lazy-deoptimize from conversions before comparisons.
120 'test-js-typed-lowering/OrderCompareEffects': [SKIP],
121
122 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue.
123 'test-mark-compact/MarkingDeque': [SKIP],
124
125 ############################################################################ 120 ############################################################################
126 # Slow tests. 121 # Slow tests.
127 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 122 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
128 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 123 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
129 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 124 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
130 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 125 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
131 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 126 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
132 127
133 # TODO(machenbach, mvstanton): Flaky in debug on all platforms. 128 # TODO(machenbach, mvstanton): Flaky in debug on all platforms.
134 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]], 129 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]],
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 ############################################################################## 424 ##############################################################################
430 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 425 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
431 426
432 # Pass but take too long with the simulator. 427 # Pass but take too long with the simulator.
433 'test-api/Threading1': [PASS, SLOW], 428 'test-api/Threading1': [PASS, SLOW],
434 'test-api/Threading2': [PASS, SLOW], 429 'test-api/Threading2': [PASS, SLOW],
435 'test-api/ExternalArrays': [PASS, SLOW], 430 'test-api/ExternalArrays': [PASS, SLOW],
436 431
437 }], # 'arch == ppc64 and simulator_run == True' 432 }], # 'arch == ppc64 and simulator_run == True'
438 ] 433 ]
OLDNEW
« no previous file with comments | « src/heap/mark-compact.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698