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

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

Issue 206373003: Remove outdated OOM tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | test/cctest/test-api.cc » ('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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 }], # ALWAYS 74 }], # ALWAYS
75 75
76 ############################################################################## 76 ##############################################################################
77 ['arch == a64', { 77 ['arch == a64', {
78 78
79 'test-api/Bug618': [PASS], 79 'test-api/Bug618': [PASS],
80 80
81 # BUG(v8:2999). 81 # BUG(v8:2999).
82 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], 82 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
83 83
84 # Runs out of memory in debug mode.
85 'test-api/OutOfMemory': [PASS, ['mode == debug', FAIL]],
86 'test-api/OutOfMemoryNested': [PASS, ['mode == debug', FAIL]],
87
88 # BUG(v8:3154). 84 # BUG(v8:3154).
89 'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]], 85 'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]],
90 86
91 # BUG(v8:3155). 87 # BUG(v8:3155).
92 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], 88 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]],
93 }], # 'arch == a64' 89 }], # 'arch == a64'
94 90
95 ['arch == a64 and simulator_run == True', { 91 ['arch == a64 and simulator_run == True', {
96 92
97 # Pass but take too long with the simulator. 93 # Pass but take too long with the simulator.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 140
145 # BUG(3125). 141 # BUG(3125).
146 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], 142 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
147 'test-debug/DebugStepLinear': [PASS, FLAKY], 143 'test-debug/DebugStepLinear': [PASS, FLAKY],
148 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], 144 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
149 }], # 'system == macos' 145 }], # 'system == macos'
150 146
151 ############################################################################## 147 ##############################################################################
152 ['arch == arm', { 148 ['arch == arm', {
153 149
154 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
155 # Apparently our ARM box is in such a state. Skip the test as it also runs for
156 # a long time.
157 'test-api/OutOfMemory': [SKIP],
158 'test-api/OutOfMemoryNested': [SKIP],
159
160 # BUG(355): Test crashes on ARM. 150 # BUG(355): Test crashes on ARM.
161 'test-log/ProfLazyMode': [SKIP], 151 'test-log/ProfLazyMode': [SKIP],
162 152
163 # BUG(1075): Unresolved crashes. 153 # BUG(1075): Unresolved crashes.
164 'test-serialize/Deserialize': [SKIP], 154 'test-serialize/Deserialize': [SKIP],
165 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 155 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
166 'test-serialize/DeserializeAndRunScript2': [SKIP], 156 'test-serialize/DeserializeAndRunScript2': [SKIP],
167 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 157 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
168 158
169 # BUG(2999). 159 # BUG(2999).
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 # Fails since 16322 (new test). 220 # Fails since 16322 (new test).
231 'test-code-stubs-arm/ConvertDToI': [SKIP], 221 'test-code-stubs-arm/ConvertDToI': [SKIP],
232 222
233 # BUG(2998). 223 # BUG(2998).
234 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], 224 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP],
235 225
236 # BUG(3150). 226 # BUG(3150).
237 'test-api/PreCompileInvalidPreparseDataError': [SKIP], 227 'test-api/PreCompileInvalidPreparseDataError': [SKIP],
238 }], # 'arch == nacl_ia32 or arch == nacl_x64' 228 }], # 'arch == nacl_ia32 or arch == nacl_x64'
239 ] 229 ]
OLDNEW
« no previous file with comments | « no previous file | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698