Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 webgl_1_test: Skip # Issue 1495 | 6 webgl_1_test: Skip # Issue 1495 |
| 7 xmldocument_test: Skip # XML in dart:html is incomplete | 7 xmldocument_test: Skip # XML in dart:html is incomplete |
| 8 xmlelement_test: Skip # XML in dart:html is incomplete | 8 xmlelement_test: Skip # XML in dart:html is incomplete |
| 9 measurement_test: Pass, Fail # Issue 1940 | 9 measurement_test: Pass, Fail # Issue 1940 |
| 10 | 10 |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 23 | 23 |
| 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] | 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] |
| 25 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 25 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 26 | 26 |
| 27 [ $compiler == dart2js && $runtime == drt && $system == windows] | 27 [ $compiler == dart2js && $runtime == drt && $system == windows] |
| 28 audiocontext_test: Fail # Issue 4517 | 28 audiocontext_test: Fail # Issue 4517 |
| 29 audioelement_test: Fail # Issue 4517 | 29 audioelement_test: Fail # Issue 4517 |
| 30 blob_constructor_test: Fail # Issue 4517 | 30 blob_constructor_test: Fail # Issue 4517 |
| 31 css_test: Fail # Issue 4517 | 31 css_test: Fail # Issue 4517 |
| 32 htmlaudioelement_test: Fail # Issue 4517 | 32 htmlaudioelement_test: Fail # Issue 4517 |
| 33 form_data_test: Fail # Possibly Issue 4517 | |
| 34 fileapi_test: Fail # Possibly Issue 4517 | |
| 35 websql_test: Pass, Fail # Possibly Issue 4517 | |
|
ngeoffray
2012/09/17 12:46:24
This is not related to this CL right? Maybe make i
ahe
2012/09/18 11:25:54
For sure!
Johnni Winther
2012/09/20 08:12:23
I will do that.
| |
| 33 | 36 |
| 34 [ $compiler == none && $runtime == drt && $system == macos] | 37 [ $compiler == none && $runtime == drt && $system == macos] |
| 35 audiocontext_test: Pass, Fail | 38 audiocontext_test: Pass, Fail |
| 36 | 39 |
| 37 [ $compiler == none && $runtime == drt && $system == linux] | 40 [ $compiler == none && $runtime == drt && $system == linux] |
| 38 documentfragment_test: Pass, Timeout | 41 documentfragment_test: Pass, Timeout |
| 39 | 42 |
| 40 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] | 43 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] |
| 41 # TODO(vsm): Triage DOM tests. | 44 # TODO(vsm): Triage DOM tests. |
| 42 htmloptionscollection_test: Fail # Issue 3813. | 45 htmloptionscollection_test: Fail # Issue 3813. |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 193 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 196 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 194 css_test: Pass, Fail # Issue #2823 | 197 css_test: Pass, Fail # Issue #2823 |
| 195 | 198 |
| 196 [ $compiler == dart2js && $runtime == ff && $system == windows] | 199 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 197 js_interop_2_test: Fail # Issue 4658. | 200 js_interop_2_test: Fail # Issue 4658. |
| 198 | 201 |
| 199 [ $compiler == dart2js && $checked && $browser] | 202 [ $compiler == dart2js && $checked && $browser] |
| 200 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' | 203 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' |
| 201 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' | 204 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' |
| 202 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' | 205 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' |
| OLD | NEW |