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

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

Issue 1405673003: provides a mechanism for optimizing compilers to select the different Register configuration. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add the TODO comments. Created 5 years, 2 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
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/compiler/test-gap-resolver.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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 304
305 # BUG(1075): Unresolved crashes on MIPS also. 305 # BUG(1075): Unresolved crashes on MIPS also.
306 'test-serialize/Deserialize': [SKIP], 306 'test-serialize/Deserialize': [SKIP],
307 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 307 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
308 'test-serialize/DeserializeAndRunScript2': [SKIP], 308 'test-serialize/DeserializeAndRunScript2': [SKIP],
309 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 309 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
310 }], # 'arch == mips64el or arch == mips64' 310 }], # 'arch == mips64el or arch == mips64'
311 311
312 ############################################################################## 312 ##############################################################################
313 ['arch == x87', { 313 ['arch == x87', {
314 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] 314 'test-run-machops/RunFloat64InsertLowWord32': [SKIP],
315 'test-run-native-calls/MixedParams_0': [SKIP],
316 'test-run-native-calls/MixedParams_1': [SKIP],
317 'test-run-native-calls/MixedParams_2': [SKIP],
318 'test-run-native-calls/MixedParams_3': [SKIP],
315 }], # 'arch == x87' 319 }], # 'arch == x87'
316 320
317 ############################################################################## 321 ##############################################################################
318 ['arch == android_arm or arch == android_ia32', { 322 ['arch == android_arm or arch == android_ia32', {
319 323
320 # Tests crash as there is no /tmp directory in Android. 324 # Tests crash as there is no /tmp directory in Android.
321 'test-log/LogAccessorCallbacks': [SKIP], 325 'test-log/LogAccessorCallbacks': [SKIP],
322 'test-log/LogCallbacks': [SKIP], 326 'test-log/LogCallbacks': [SKIP],
323 'test-log/ProfLazyMode': [SKIP], 327 'test-log/ProfLazyMode': [SKIP],
324 }], # 'arch == android_arm or arch == android_ia32' 328 }], # 'arch == android_arm or arch == android_ia32'
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 ############################################################################## 443 ##############################################################################
440 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 444 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
441 445
442 # Pass but take too long with the simulator. 446 # Pass but take too long with the simulator.
443 'test-api/Threading1': [PASS, SLOW], 447 'test-api/Threading1': [PASS, SLOW],
444 'test-api/Threading2': [PASS, SLOW], 448 'test-api/Threading2': [PASS, SLOW],
445 'test-api/ExternalArrays': [PASS, SLOW], 449 'test-api/ExternalArrays': [PASS, SLOW],
446 450
447 }], # 'arch == ppc64 and simulator_run == True' 451 }], # 'arch == ppc64 and simulator_run == True'
448 ] 452 ]
OLDNEW
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/compiler/test-gap-resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698