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

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

Issue 10042001: change status files to make it possible to run test.py -c frog,dart2js -r none. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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) 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 5
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 chat/ChatServerTest: Fail # Failed invariant in closure analyzer. 7 chat/ChatServerTest: Fail # Failed invariant in closure analyzer.
8 proxy/MintMakerRpcTest: Fail # TypeError: Cannot call method 'toSendPort$0' of u ndefined 8 proxy/MintMakerRpcTest: Fail # TypeError: Cannot call method 'toSendPort$0' of u ndefined
9 9
10 10
11 [ $compiler == dart2js && $runtime == drt ] 11 [ $compiler == dart2js && $runtime == drt ]
12 dartcombat/DartCombatTest: Fail 12 dartcombat/DartCombatTest: Fail
13 proxy/MintMakerRpcTest: Pass # Issue 2254. 13 proxy/MintMakerRpcTest: Pass # Issue 2254.
14
15 [ $compiler == dart2js && $runtime == none ]
16 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698