Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: samples-dev/samples-dev.status

Issue 1085363005: Address issue 13719, cleanup the status file to reflect reality. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, 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 [ $compiler == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 6 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950
7 7
8 [ $runtime == safari ] 8 [ $runtime == safari ]
9 swarm/test/swarm_test: Pass, Fail # Issue 14523 9 swarm/test/swarm_test: Pass, Fail # Issue 14523
10 10
11 [ $runtime == opera ] 11 [ $runtime == opera ]
12 swarm/test/swarm_ui_lib/touch/touch_test: Fail 12 swarm/test/swarm_ui_lib/touch/touch_test: Fail
13 swarm/test/swarm_test: Fail 13 swarm/test/swarm_test: Fail
14 14
15 [ $runtime == vm ] 15 [ $runtime == vm ]
16 swarm: Skip 16 swarm: Skip
17 17
18 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 18 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
19 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage. 19 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage.
20 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage. 20 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage.
21 [ $compiler == none && $runtime == dartium ]
22 swarm/test/swarm_test: Fail # Issue 13719: Please triage this failure.
23
24 [ $browser ] 21 [ $browser ]
25 # This may be related to issue 157 22 # This may be related to issue 157
26 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails 23 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails
27 24
28 [ $compiler == dart2js && $runtime == ff ] 25 [ $compiler == dart2js && $runtime == ff ]
29 swarm/test/swarm_test: Fail # Issue 5633 26 swarm/test/swarm_test: Fail # Issue 5633
30 27
31 [ $compiler == dart2js && $runtime == drt && $system == windows ] 28 [ $compiler == dart2js && $runtime == drt && $system == windows ]
32 swarm/test/swarm_test: Fail # Issue 4517 29 swarm/test/swarm_test: Fail # Issue 4517
33 30
34 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 31 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
35 swarm/test/swarm_test: StaticWarning 32 swarm/test/swarm_test: StaticWarning
36 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning 33 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning
37 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning 34 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning
38 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning 35 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning
39 swarm/test/swarm_ui_lib/util/util_test: StaticWarning 36 swarm/test/swarm_ui_lib/util/util_test: StaticWarning
40 swarm/test/swarm_ui_lib/view/view_test: StaticWarning 37 swarm/test/swarm_ui_lib/view/view_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698