Index: tests/lib_2/lib_2_flutter.status |
diff --git a/tests/lib_2/lib_2.status b/tests/lib_2/lib_2_flutter.status |
similarity index 51% |
copy from tests/lib_2/lib_2.status |
copy to tests/lib_2/lib_2_flutter.status |
index 51eaa741963f70d7d9e17d7fe212d52ff08c6be8..ae370ad151802bbe31647d4deebb19fea06c18ec 100644 |
--- a/tests/lib_2/lib_2.status |
+++ b/tests/lib_2/lib_2_flutter.status |
@@ -2,8 +2,5 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
-[ !$strong && $compiler != dartdevc && $checked ] |
-async/future_or_only_in_async_test/00: MissingCompileTimeError |
- |
-[ !$strong && !$checked] |
-async/future_or_only_in_async_test/00: MissingCompileTimeError |
Bob Nystrom
2017/08/23 23:29:02
What's the with the FutureOr changes in this code
bkonyi
2017/08/30 14:07:41
It looks like this file used to be lib_2.status an
|
+[ $runtime == flutter ] |
+math/random_secure_test: RuntimeError # Flutter Issue 9113 |