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

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

Issue 373383002: Temporarily disable test-compiler/SerializeToplevel on ARM. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 | 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 168
169 # BUG(3125). 169 # BUG(3125).
170 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], 170 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
171 'test-debug/DebugStepLinear': [PASS, FLAKY], 171 'test-debug/DebugStepLinear': [PASS, FLAKY],
172 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], 172 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
173 }], # 'system == macos' 173 }], # 'system == macos'
174 174
175 ############################################################################## 175 ##############################################################################
176 ['arch == arm', { 176 ['arch == arm', {
177 177
178 # Temporarily disabled test
179 'test-compiler/SerializeToplevel': [SKIP],
180
178 # BUG(355): Test crashes on ARM. 181 # BUG(355): Test crashes on ARM.
179 'test-log/ProfLazyMode': [SKIP], 182 'test-log/ProfLazyMode': [SKIP],
180 183
181 # BUG(1075): Unresolved crashes. 184 # BUG(1075): Unresolved crashes.
182 'test-serialize/Deserialize': [SKIP], 185 'test-serialize/Deserialize': [SKIP],
183 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 186 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
184 'test-serialize/DeserializeAndRunScript2': [SKIP], 187 'test-serialize/DeserializeAndRunScript2': [SKIP],
185 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 188 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
186 189
187 ############################################################################ 190 ############################################################################
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'test-api/Float32Array' : [SKIP], 339 'test-api/Float32Array' : [SKIP],
337 'test-api/Float64Array' : [SKIP], 340 'test-api/Float64Array' : [SKIP],
338 'test-api/Regress2333' : [SKIP], 341 'test-api/Regress2333' : [SKIP],
339 'test-alloc/StressHandles' : [SKIP], 342 'test-alloc/StressHandles' : [SKIP],
340 'test-alloc/StressJS' : [SKIP], 343 'test-alloc/StressJS' : [SKIP],
341 'test-accessors/HandleScopePop' : [SKIP], 344 'test-accessors/HandleScopePop' : [SKIP],
342 'test-accessors/Gc' : [SKIP], 345 'test-accessors/Gc' : [SKIP],
343 346
344 }], # 'arch == nacl_ia32 or arch == nacl_x64' 347 }], # 'arch == nacl_ia32 or arch == nacl_x64'
345 ] 348 ]
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