1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Temporily update status of SIMD test for ARM.

This test contains denormalized numbers as expected results. As long as we use NEON
instructions which always use flush-to-zero mode, we will get 0.0 as
a result for these operations.

BUG=dartbug.com/24416
R=whesse@google.com

Review URL: https://codereview.chromium.org//1359353002 .
This commit is contained in:
Florian Schneider 2015-09-23 14:08:02 +02:00
parent 1c3dd67408
commit 4ce88c68c3

View File

@ -84,3 +84,6 @@ WebPlatformTest/*: SkipByDesign # dart:html not supported on VM.
[ $runtime == vm && $mode == debug && $builder_tag == asan ]
Language/15_Types/4_Interface_Types_A11_t01: Skip # Issue 21174.
[ $runtime == vm && $arch == arm ]
LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416