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

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

Issue 2405743002: X87: Skip MultiReturnSelect_f32/MultiReturnSelect_f64 tests. (Closed)
Patch Set: Created 4 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 | « 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], 284 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP],
285 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], 285 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP],
286 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], 286 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP],
287 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], 287 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP],
288 'test-run-machops/RunFloat64Sin': [SKIP], 288 'test-run-machops/RunFloat64Sin': [SKIP],
289 'test-run-machops/RunFloat64Cos': [SKIP], 289 'test-run-machops/RunFloat64Cos': [SKIP],
290 'test-run-machops/RunFloat64Expm1': [SKIP], 290 'test-run-machops/RunFloat64Expm1': [SKIP],
291 'test-run-machops/RunFloat64Tan': [SKIP], 291 'test-run-machops/RunFloat64Tan': [SKIP],
292 'test-cpu-profiler/Inlining': [SKIP], 292 'test-cpu-profiler/Inlining': [SKIP],
293 'test-gap-resolver/FuzzResolver': [SKIP], 293 'test-gap-resolver/FuzzResolver': [SKIP],
294 'test-run-wasm/RunWasmCompiled_MultiReturnSelect_f32': [SKIP],
295 'test-run-wasm/RunWasmCompiled_MultiReturnSelect_f64': [SKIP],
294 }], # 'arch == x87' 296 }], # 'arch == x87'
295 297
296 ############################################################################## 298 ##############################################################################
297 ['arch == android_arm or arch == android_ia32', { 299 ['arch == android_arm or arch == android_ia32', {
298 300
299 # Tests crash as there is no /tmp directory in Android. 301 # Tests crash as there is no /tmp directory in Android.
300 'test-log/LogAccessorCallbacks': [SKIP], 302 'test-log/LogAccessorCallbacks': [SKIP],
301 'test-log/LogCallbacks': [SKIP], 303 'test-log/LogCallbacks': [SKIP],
302 'test-log/ProfLazyMode': [SKIP], 304 'test-log/ProfLazyMode': [SKIP],
303 }], # 'arch == android_arm or arch == android_ia32' 305 }], # 'arch == android_arm or arch == android_ia32'
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 435 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
434 'test-modules/*': [SKIP], 436 'test-modules/*': [SKIP],
435 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan 437 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan
436 438
437 ############################################################################## 439 ##############################################################################
438 ['variant == asm_wasm', { 440 ['variant == asm_wasm', {
439 '*': [SKIP], 441 '*': [SKIP],
440 }], # variant == asm_wasm 442 }], # variant == asm_wasm
441 443
442 ] 444 ]
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