Index: tests/html/html.status |
diff --git a/tests/html/html.status b/tests/html/html.status |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aa4eee447efccb4003facf4fa64a0662fef15b65 |
--- /dev/null |
+++ b/tests/html/html.status |
@@ -0,0 +1,60 @@ |
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
+# 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. |
+ |
+[ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
+html_test: Pass, Fail # Issue 1946. |
+request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented |
+ |
+[ $compiler == frog && $runtime == drt ] |
+html_test: Skip # Issue 2657 |
+request_animation_frame_test: Skip # drt hangs |
+ |
+[ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ] |
+html_test: Pass, Fail # "Measurement measurement is async but before" See issue 1946. |
+ |
+[ $runtime == ie ] |
+typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
+typed_arrays_2_test: Skip |
+typed_arrays_3_test: Skip |
+typed_arrays_4_test: Skip |
+canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. |
+html_test: Fail |
+ |
+[ $runtime == safari ] |
+html_test: Fail |
+canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function |
+ |
+[ $runtime == ie && ($system == linux || $system == mac) ] |
+*: Skip |
+ |
+[ $runtime == safari && ($system == linux || $system == windows) ] |
+*: Skip |
+ |
+# 'html' tests import the HTML library, so they only make sense in |
+# a browser environment. |
+[ $compiler == dartc ] |
+*: Skip |
+ |
+[ $runtime == vm ] |
+*: Skip |
+ |
+[ $compiler == frog && $runtime == d8 ] |
+*: Skip |
+ |
+# TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
+[ $runtime == opera ] |
+*: Skip |
+ |
+[ $compiler == frog && $runtime == none ] |
+*: Skip |
+ |
+[ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] |
+request_animation_frame_test: Skip # Async test hangs. |
+ |
+[ $compiler == dart2js && $runtime == drt ] |
+# Unknown error - should investigate. |
+html_test: Fail |
+ |
+[ $compiler == dart2js && $runtime == none ] |
+*: Fail, Pass # TODO(ahe): Triage these tests. |