From 7c18fc0c3da30bd613f3847ced934af0c6e11ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Crelier?= Date: Tue, 23 Apr 2019 20:14:56 +0000 Subject: [PATCH] Revert "[gardening] Mark ffi/function_stress_test/1 test as slow." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7388c3e3dbc95b300cea09d354e0db66bfee5522. Reason for revert: Marking as Slow is not sufficient. Filed issue instead. Original change's description: > [gardening] Mark ffi/function_stress_test/1 test as slow. > > Change-Id: Ic5130781a75250165f92d86729c2d83c436db30e > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100280 > Reviewed-by: Régis Crelier > Commit-Queue: Régis Crelier TBR=sjindel@google.com,regis@google.com Change-Id: I35afabb3207f094f37a9d4b32e027060070f2f91 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100284 Reviewed-by: Régis Crelier Commit-Queue: Régis Crelier --- tests/ffi/ffi.status | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/ffi/ffi.status b/tests/ffi/ffi.status index 7bfb7d1ba84a..5b0ab4650fbf 100644 --- a/tests/ffi/ffi.status +++ b/tests/ffi/ffi.status @@ -36,6 +36,3 @@ enable_structs_test: SkipByDesign # Tests that structs don't work on 32-bit sys [ $system != android && $arch == arm ] *: Skip # "hardfp" calling convention is not yet supported (iOS is also supported but not tested): dartbug.com/36309 - -[ $mode == debug && ($hot_reload || $hot_reload_rollback) ] -function_stress_test/1: Pass, Slow