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

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

Issue 9270048: Lots of frog cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix frog 5 prefix frog
6 6
7 # TODO(jimhug): Leave this disabled until we're ready to reengage on repl. 7 # TODO(jimhug): Leave this disabled until we're ready to reengage on repl.
8 EvaluatorTest: Skip 8 EvaluatorTest: Skip
9 9
10 [ $component == frogsh ] 10 [ $component == frogsh ]
11 # TODO(jimhug): Understand and fix flakiness issues - and then reenable 11 # TODO(jimhug): Understand and fix flakiness issues - and then reenable
12 InheritanceOrderingTest: Skip # Flaky, no data yet. Two flaky tests is starting to look like a pattern ... 12 InheritanceOrderingTest: Skip # Flaky, no data yet. Two flaky tests is starting to look like a pattern ...
13 PrototypePatchingTest: Skip # Flaky. issue 1162. 13 PrototypePatchingTest: Skip # Flaky. issue 1162.
14 14
15 [ $component == frogsh && $checked] 15 [ $component == frogsh && $checked]
16 NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as sert$WritableStream 16 NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as sert$WritableStream
17 NativeCheckedArguments1FrogTest: Fail # TODO(jimhug): Temporary break
17 18
18 [ $component == vm || $component == dartc || $component == chromium || $componen t == dartium || $component == frogium || $component == frog || $component == leg ] 19 [ $component == vm || $component == dartc || $component == chromium || $componen t == dartium || $component == frogium || $component == frog || $component == leg ]
19 Node*Test: Skip 20 Node*Test: Skip
20 21
21 [ $component == frog || $component == frogsh || $component == dartc || $componen t == chromium || $component == dartium || $component == frogium || $component == leg ] 22 [ $component == frog || $component == frogsh || $component == dartc || $componen t == chromium || $component == dartium || $component == frogium || $component == leg ]
22 FrogServerTest: Skip 23 FrogServerTest: Skip
23 NativePropertyFrogTest: Fail 24 NativePropertyFrogTest: Fail
24 25
25 [ $component == frogium || $component == vm ] 26 [ $component == frogium || $component == vm ]
26 InheritanceOrderingTest: Skip 27 InheritanceOrderingTest: Skip
27 PrototypePatchingTest: Skip 28 PrototypePatchingTest: Skip
28 29
29 [ $component == webdriver ] 30 [ $component == webdriver ]
30 *: Skip 31 *: Skip
OLDNEW
« frog/gen.dart ('K') | « frog/scripts/tree_gen.py ('k') | frog/tree.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698