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

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

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 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
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 EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to wo rk on REPL. 5 EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to wo rk on REPL.
6 InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly 6 InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly
7 PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly 7 PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly
8 8
9 9
10 [ $checked ] 10 [ $checked ]
11 NativeCheckedFieldsFrogTest: Fail 11 NativeCheckedFieldsFrogTest: Fail
12 12
13 [ $compiler == frogsh && $checked]
14 NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as sert$WritableStream
15 NativeCheckedFieldsFrogTest: Fail
16
17
18 [ $runtime == vm || $compiler == dartc || $compiler == frog || $compiler == dart 2js || ($runtime == drt && $compiler == none) ] 13 [ $runtime == vm || $compiler == dartc || $compiler == frog || $compiler == dart 2js || ($runtime == drt && $compiler == none) ]
19 Node*Test: Skip 14 Node*Test: Skip
20 15
21 16
22 [ $compiler == frog || $compiler == frogsh || $compiler == dartc || ($runtime == drt && $compiler == none) || $compiler == dart2js ] 17 [ $compiler == frog || $compiler == dartc || ($runtime == drt && $compiler == no ne) || $compiler == dart2js ]
23 FrogServerTest: Skip 18 FrogServerTest: Skip
24 19
25 20
26 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == oper a || $runtime == ff ] 21 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == oper a || $runtime == ff ]
27 *: Skip 22 *: Skip
28 23
29 24
30 [ $compiler == dart2js || $compiler == dartc ] 25 [ $compiler == dart2js || $compiler == dartc ]
31 *: Skip 26 *: Skip
OLDNEW
« no previous file with comments | « dart/frog/tests/await/src/await_test_helper.dart ('k') | dart/frog/tests/frog/src/EvaluatorTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698