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

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

Issue 531853002: MIPS: Disable cctest/test-simplified-lowering/LowerStringOps_to_call_and_wordeq because of turbofan… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ['arch == mipsel or arch == mips', { 291 ['arch == mipsel or arch == mips', {
292 292
293 # BUG(2657): Test sometimes times out on MIPS simulator. 293 # BUG(2657): Test sometimes times out on MIPS simulator.
294 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], 294 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
295 295
296 # BUG(1075): Unresolved crashes on MIPS also. 296 # BUG(1075): Unresolved crashes on MIPS also.
297 'test-serialize/Deserialize': [SKIP], 297 'test-serialize/Deserialize': [SKIP],
298 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 298 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
299 'test-serialize/DeserializeAndRunScript2': [SKIP], 299 'test-serialize/DeserializeAndRunScript2': [SKIP],
300 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 300 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
301
302 # Test requires turbofan:
303 'test-simplified-lowering/LowerStringOps_to_call_and_wordeq': [SKIP],
301 }], # 'arch == mipsel or arch == mips' 304 }], # 'arch == mipsel or arch == mips'
302 305
303 ############################################################################## 306 ##############################################################################
304 ['arch == mips64el', { 307 ['arch == mips64el', {
305 308
306 # BUG(2657): Test sometimes times out on MIPS simulator. 309 # BUG(2657): Test sometimes times out on MIPS simulator.
307 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], 310 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
308 311
309 # BUG(v8:3154). 312 # BUG(v8:3154).
310 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 313 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
311 314
312 # BUG(1075): Unresolved crashes on MIPS also. 315 # BUG(1075): Unresolved crashes on MIPS also.
313 'test-serialize/Deserialize': [SKIP], 316 'test-serialize/Deserialize': [SKIP],
314 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 317 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
315 'test-serialize/DeserializeAndRunScript2': [SKIP], 318 'test-serialize/DeserializeAndRunScript2': [SKIP],
316 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 319 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
320
321 # Test requires turbofan:
322 'test-simplified-lowering/LowerStringOps_to_call_and_wordeq': [SKIP],
317 }], # 'arch == mips64el' 323 }], # 'arch == mips64el'
318 324
319 ############################################################################## 325 ##############################################################################
320 ['arch == x87', { 326 ['arch == x87', {
321 327
322 # TODO (weiliang): Enable below tests after fixing the double register 328 # TODO (weiliang): Enable below tests after fixing the double register
323 # allocation limit in X87 port. 329 # allocation limit in X87 port.
324 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]], 330 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]],
325 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]], 331 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]],
326 'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]], 332 'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]],
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'test-api/Float32Array' : [SKIP], 453 'test-api/Float32Array' : [SKIP],
448 'test-api/Float64Array' : [SKIP], 454 'test-api/Float64Array' : [SKIP],
449 'test-api/Regress2333' : [SKIP], 455 'test-api/Regress2333' : [SKIP],
450 'test-alloc/StressHandles' : [SKIP], 456 'test-alloc/StressHandles' : [SKIP],
451 'test-alloc/StressJS' : [SKIP], 457 'test-alloc/StressJS' : [SKIP],
452 'test-accessors/HandleScopePop' : [SKIP], 458 'test-accessors/HandleScopePop' : [SKIP],
453 'test-accessors/Gc' : [SKIP], 459 'test-accessors/Gc' : [SKIP],
454 460
455 }], # 'arch == nacl_ia32 or arch == nacl_x64' 461 }], # 'arch == nacl_ia32 or arch == nacl_x64'
456 ] 462 ]
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