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

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

Issue 531093002: Lower simplified StringLessThan[OrEqual] to runtime call. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased 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 | « src/compiler/simplified-lowering.cc ('k') | test/cctest/compiler/test-simplified-lowering.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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 301
302 # Test requires turbofan: 302 # Test requires turbofan:
303 'test-simplified-lowering/LowerStringOps_to_call_and_wordeq': [SKIP], 303 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP],
304 }], # 'arch == mipsel or arch == mips' 304 }], # 'arch == mipsel or arch == mips'
305 305
306 ############################################################################## 306 ##############################################################################
307 ['arch == mips64el', { 307 ['arch == mips64el', {
308 308
309 # BUG(2657): Test sometimes times out on MIPS simulator. 309 # BUG(2657): Test sometimes times out on MIPS simulator.
310 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], 310 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
311 311
312 # BUG(v8:3154). 312 # BUG(v8:3154).
313 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 313 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
314 314
315 # BUG(1075): Unresolved crashes on MIPS also. 315 # BUG(1075): Unresolved crashes on MIPS also.
316 'test-serialize/Deserialize': [SKIP], 316 'test-serialize/Deserialize': [SKIP],
317 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 317 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
318 'test-serialize/DeserializeAndRunScript2': [SKIP], 318 'test-serialize/DeserializeAndRunScript2': [SKIP],
319 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 319 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
320 320
321 # Test requires turbofan: 321 # Test requires turbofan:
322 'test-simplified-lowering/LowerStringOps_to_call_and_wordeq': [SKIP], 322 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP],
323 }], # 'arch == mips64el' 323 }], # 'arch == mips64el'
324 324
325 ############################################################################## 325 ##############################################################################
326 ['arch == x87', { 326 ['arch == x87', {
327 327
328 # TODO (weiliang): Enable below tests after fixing the double register 328 # TODO (weiliang): Enable below tests after fixing the double register
329 # allocation limit in X87 port. 329 # allocation limit in X87 port.
330 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]], 330 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]],
331 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]], 331 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]],
332 '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
453 'test-api/Float32Array' : [SKIP], 453 'test-api/Float32Array' : [SKIP],
454 'test-api/Float64Array' : [SKIP], 454 'test-api/Float64Array' : [SKIP],
455 'test-api/Regress2333' : [SKIP], 455 'test-api/Regress2333' : [SKIP],
456 'test-alloc/StressHandles' : [SKIP], 456 'test-alloc/StressHandles' : [SKIP],
457 'test-alloc/StressJS' : [SKIP], 457 'test-alloc/StressJS' : [SKIP],
458 'test-accessors/HandleScopePop' : [SKIP], 458 'test-accessors/HandleScopePop' : [SKIP],
459 'test-accessors/Gc' : [SKIP], 459 'test-accessors/Gc' : [SKIP],
460 460
461 }], # 'arch == nacl_ia32 or arch == nacl_x64' 461 }], # 'arch == nacl_ia32 or arch == nacl_x64'
462 ] 462 ]
OLDNEW
« no previous file with comments | « src/compiler/simplified-lowering.cc ('k') | test/cctest/compiler/test-simplified-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698