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

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

Issue 9537007: Implement native getters and setters and move supported tests to 'native'. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 7
8 EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to wo rk on REPL. 8 EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to wo rk on REPL.
9 InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly 9 InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly
10 PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly 10 PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly
11 11
12 12
13 [ $checked ] 13 [ $checked ]
14 NativeCheckedFieldsFrogTest: Fail 14 NativeCheckedFieldsFrogTest: Fail
15 15
16 [ $component == frogsh && $checked] 16 [ $component == frogsh && $checked]
17 NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as sert$WritableStream 17 NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as sert$WritableStream
18 NativeCheckedFieldsFrogTest: Fail 18 NativeCheckedFieldsFrogTest: Fail
19 19
20 20
21 [ $component == vm || $component == dartc || $component == chromium || $componen t == dartium || $component == frogium || $component == frog || $component == leg ] 21 [ $component == vm || $component == dartc || $component == chromium || $componen t == dartium || $component == frogium || $component == frog || $component == leg ]
22 Node*Test: Skip 22 Node*Test: Skip
23 23
24 24
25 [ $component == frog || $component == frogsh || $component == dartc || $componen t == chromium || $component == dartium || $component == frogium || $component == leg ] 25 [ $component == frog || $component == frogsh || $component == dartc || $componen t == chromium || $component == dartium || $component == frogium || $component == leg ]
26 FrogServerTest: Skip 26 FrogServerTest: Skip
27 NativePropertyFrogTest: Fail
28 27
29 28
30 [ $component == webdriver ] 29 [ $component == webdriver ]
31 *: Skip 30 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698