From eaadbc4780f2d301c7e22f4fbb3970ce6e00a040 Mon Sep 17 00:00:00 2001 From: "floitsch@google.com" Date: Sat, 1 Feb 2014 01:35:20 +0000 Subject: [PATCH] Mark mirror_printer_test as slow. Review URL: https://codereview.chromium.org//134623009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32228 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/compiler/dart2js_extra/dart2js_extra.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/compiler/dart2js_extra/dart2js_extra.status b/tests/compiler/dart2js_extra/dart2js_extra.status index 55294d89f8b..504e89f277b 100644 --- a/tests/compiler/dart2js_extra/dart2js_extra.status +++ b/tests/compiler/dart2js_extra/dart2js_extra.status @@ -11,6 +11,9 @@ no_such_method_test: Fail # Wrong Invocation.memberName. deferred/deferred_constant_test: Fail # http://dartbug.com/11138 constant_javascript_semantics4_test: Fail, OK +[ $compiler == dart2js && $runtime == jsshell ] +mirror_printer_test: Pass, Slow # Issue 16473 + [ $compiler == dart2js && $checked ] variable_type_test/03: Fail, OK variable_type_test/01: Fail, OK