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

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

Issue 2111493002: X87: disable some sin/cos/expm1/tan test cases for x87. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 | test/unittests/unittests.status » ('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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 ['arch == x87', { 383 ['arch == x87', {
384 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], 384 'test-run-machops/RunFloat64InsertLowWord32': [SKIP],
385 'test-run-native-calls/MixedParams_0': [SKIP], 385 'test-run-native-calls/MixedParams_0': [SKIP],
386 'test-run-native-calls/MixedParams_1': [SKIP], 386 'test-run-native-calls/MixedParams_1': [SKIP],
387 'test-run-native-calls/MixedParams_2': [SKIP], 387 'test-run-native-calls/MixedParams_2': [SKIP],
388 'test-run-native-calls/MixedParams_3': [SKIP], 388 'test-run-native-calls/MixedParams_3': [SKIP],
389 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], 389 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP],
390 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], 390 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP],
391 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], 391 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP],
392 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], 392 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP],
393 'test-run-machops/RunFloat64Sin': [SKIP],
394 'test-run-machops/RunFloat64Cos': [SKIP],
395 'test-run-machops/RunFloat64Expm1': [SKIP],
396 'test-run-machops/RunFloat64Tan': [SKIP],
393 'test-cpu-profiler/Inlining': [SKIP], 397 'test-cpu-profiler/Inlining': [SKIP],
394 }], # 'arch == x87' 398 }], # 'arch == x87'
395 399
396 ############################################################################## 400 ##############################################################################
397 ['arch == android_arm or arch == android_ia32', { 401 ['arch == android_arm or arch == android_ia32', {
398 402
399 # Tests crash as there is no /tmp directory in Android. 403 # Tests crash as there is no /tmp directory in Android.
400 'test-log/LogAccessorCallbacks': [SKIP], 404 'test-log/LogAccessorCallbacks': [SKIP],
401 'test-log/LogCallbacks': [SKIP], 405 'test-log/LogCallbacks': [SKIP],
402 'test-log/ProfLazyMode': [SKIP], 406 'test-log/ProfLazyMode': [SKIP],
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'test-api/TurboAsmDisablesNeuter': [FAIL], 577 'test-api/TurboAsmDisablesNeuter': [FAIL],
574 578
575 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); 579 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
576 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], 580 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
577 581
578 # BUG(4751). Flaky with Ignition. 582 # BUG(4751). Flaky with Ignition.
579 'test-cpu-profiler/JsNativeJsSample': [SKIP], 583 'test-cpu-profiler/JsNativeJsSample': [SKIP],
580 }], # ignition or ignition_turbofan 584 }], # ignition or ignition_turbofan
581 585
582 ] 586 ]
OLDNEW
« no previous file with comments | « no previous file | test/unittests/unittests.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698