From d044fc84eeee983d6f3493bf3bb32efd5da7ae91 Mon Sep 17 00:00:00 2001 From: William Hesse Date: Fri, 11 Sep 2015 16:13:59 +0200 Subject: [PATCH] Update status of try tests on dartium BUG=https://github.com/dart-lang/sdk/issues/24334 R=sigurdm@google.com Review URL: https://codereview.chromium.org//1337033002 . --- tests/try/try.status | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/try/try.status b/tests/try/try.status index 722e5b9a679..33049e26e8d 100644 --- a/tests/try/try.status +++ b/tests/try/try.status @@ -40,3 +40,10 @@ poi/*: Skip # Issue 20031 # Compilation is slow, test fails at runtime due to time out, but # unpredictably. web/incremental_compilation_update_test: Skip + +[ $compiler == none && $runtime == drt ] +poi/forget_element_test: RuntimeError # Issue 24334 +poi/library_updater_test: RuntimeError # Issue 24334 +poi/qualified_names_test: RuntimeError # Issue 24334 +poi/diff_test: RuntimeError # Issue 24334 +poi/apply_updates_test: RuntimeError # Issue 24334 \ No newline at end of file