From 4ce88c68c30d8f97615b2617e27d04cdfdd2a517 Mon Sep 17 00:00:00 2001 From: Florian Schneider Date: Wed, 23 Sep 2015 14:08:02 +0200 Subject: [PATCH] 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 . --- tests/co19/co19-runtime.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index b5c5bc4c1c7..e4edb77622f 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -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