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

Side by Side Diff: samples/tests/samples/samples.status

Issue 10874089: Issue 4713. Support for 'static const' field in interfaces (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
OLDNEW
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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 chat/*: Skip 6 chat/*: Skip
7 swarm/swarm_test: Fail # Issue 4713
8 dartcombat/dartcombat_test: Fail # Issue 4713
9 lib/observable/observable_test: Fail # Issue 4713
10 lib/util/util_test: Fail # Issue 4713
11 lib/touch/touch_test: Fail # Issue 4713
12 lib/layout/layout_test: Fail # Issue 4713
13 lib/view/view_test: Fail # Issue 4713
14 7
15 [ $arch == x64 ] 8 [ $arch == x64 ]
16 *: Skip 9 *: Skip
17 10
18 [ $arch == simarm ] 11 [ $arch == simarm ]
19 *: Skip 12 *: Skip
20 13
21 [ $arch == arm ] 14 [ $arch == arm ]
22 *: Skip 15 *: Skip
23 16
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 [ $compiler == dart2js && $runtime == ie ] 72 [ $compiler == dart2js && $runtime == ie ]
80 swarm/swarm_test: Fail # BUG(3304) 73 swarm/swarm_test: Fail # BUG(3304)
81 lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9 , actual:8.990625000000001, tolerance:0.0009) fails 74 lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9 , actual:8.990625000000001, tolerance:0.0009) fails
82 75
83 [ $compiler == dart2js && $runtime == safari ] 76 [ $compiler == dart2js && $runtime == safari ]
84 lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9 , actual:8.990625000000001, tolerance:0.0009) fails 77 lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9 , actual:8.990625000000001, tolerance:0.0009) fails
85 78
86 [ $compiler == dart2dart ] 79 [ $compiler == dart2dart ]
87 # Skip until we stabilize language tests. 80 # Skip until we stabilize language tests.
88 *: Skip 81 *: Skip
OLDNEW
« no previous file with comments | « compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698