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

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

Issue 1766263002: X87: Disable the test-run-profiler/Inlining test case for X87. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | « 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 ['arch == x87', { 358 ['arch == x87', {
359 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], 359 'test-run-machops/RunFloat64InsertLowWord32': [SKIP],
360 'test-run-native-calls/MixedParams_0': [SKIP], 360 'test-run-native-calls/MixedParams_0': [SKIP],
361 'test-run-native-calls/MixedParams_1': [SKIP], 361 'test-run-native-calls/MixedParams_1': [SKIP],
362 'test-run-native-calls/MixedParams_2': [SKIP], 362 'test-run-native-calls/MixedParams_2': [SKIP],
363 'test-run-native-calls/MixedParams_3': [SKIP], 363 'test-run-native-calls/MixedParams_3': [SKIP],
364 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], 364 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP],
365 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], 365 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP],
366 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], 366 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP],
367 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], 367 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP],
368 'test-cpu-profiler/Inlining': [SKIP],
368 }], # 'arch == x87' 369 }], # 'arch == x87'
369 370
370 ############################################################################## 371 ##############################################################################
371 ['arch == android_arm or arch == android_ia32', { 372 ['arch == android_arm or arch == android_ia32', {
372 373
373 # Tests crash as there is no /tmp directory in Android. 374 # Tests crash as there is no /tmp directory in Android.
374 'test-log/LogAccessorCallbacks': [SKIP], 375 'test-log/LogAccessorCallbacks': [SKIP],
375 'test-log/LogCallbacks': [SKIP], 376 'test-log/LogCallbacks': [SKIP],
376 'test-log/ProfLazyMode': [SKIP], 377 'test-log/ProfLazyMode': [SKIP],
377 }], # 'arch == android_arm or arch == android_ia32' 378 }], # 'arch == android_arm or arch == android_ia32'
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 566 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
566 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 567 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
567 'test-heap/CompilationCacheCachingBehavior': [FAIL], 568 'test-heap/CompilationCacheCachingBehavior': [FAIL],
568 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 569 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
569 'test-run-inlining/InlineTwice': [FAIL], 570 'test-run-inlining/InlineTwice': [FAIL],
570 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]], 571 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]],
571 572
572 }], # ignition == True 573 }], # ignition == True
573 574
574 ] 575 ]
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