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

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

Issue 1448803003: Skip test-heap/TestSizeOfRegExpCode on mips64. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | « 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'test-api/Threading3': [SKIP], 301 'test-api/Threading3': [SKIP],
302 }], # 'arch == mips' 302 }], # 'arch == mips'
303 303
304 ############################################################################## 304 ##############################################################################
305 ['arch == mips64el or arch == mips64', { 305 ['arch == mips64el or arch == mips64', {
306 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], 306 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
307 307
308 # BUG(v8:3154). 308 # BUG(v8:3154).
309 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 309 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
310 310
311 # TODO(mips-team): Improve code-size on large RegExp's.
312 'test-heap/TestSizeOfRegExpCode': [SKIP],
313
311 # BUG(1075): Unresolved crashes on MIPS also. 314 # BUG(1075): Unresolved crashes on MIPS also.
312 'test-serialize/Deserialize': [SKIP], 315 'test-serialize/Deserialize': [SKIP],
313 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 316 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
314 'test-serialize/DeserializeAndRunScript2': [SKIP], 317 'test-serialize/DeserializeAndRunScript2': [SKIP],
315 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 318 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
316 }], # 'arch == mips64el or arch == mips64' 319 }], # 'arch == mips64el or arch == mips64'
317 320
318 ############################################################################## 321 ##############################################################################
319 ['arch == x87', { 322 ['arch == x87', {
320 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], 323 'test-run-machops/RunFloat64InsertLowWord32': [SKIP],
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 ############################################################################## 464 ##############################################################################
462 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 465 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
463 466
464 # Pass but take too long with the simulator. 467 # Pass but take too long with the simulator.
465 'test-api/Threading1': [PASS, SLOW], 468 'test-api/Threading1': [PASS, SLOW],
466 'test-api/Threading2': [PASS, SLOW], 469 'test-api/Threading2': [PASS, SLOW],
467 'test-api/ExternalArrays': [PASS, SLOW], 470 'test-api/ExternalArrays': [PASS, SLOW],
468 471
469 }], # 'arch == ppc64 and simulator_run == True' 472 }], # 'arch == ppc64 and simulator_run == True'
470 ] 473 ]
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