Chromium Code Reviews| Index: tests/lib/lib.status |
| =================================================================== |
| --- tests/lib/lib.status (revision 0) |
| +++ tests/lib/lib.status (revision 0) |
| @@ -0,0 +1,13 @@ |
| +# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| +# for details. All rights reserved. Use of this source code is governed by a |
| +# BSD-style license that can be found in the LICENSE file. |
|
Bill Hesse
2012/04/25 10:19:35
Tests are now supposed to end in _tests.dart, if t
|
| + |
| + |
| +[ $compiler == dartc || $compiler == frog || $compiler == dart2js] |
|
Mads Ager (google)
2012/04/24 18:04:35
This really shouldn't be neccesary, right? In prin
Ivan Posva
2012/04/25 09:14:01
It should not be necessary, but a quick test did n
Mads Ager (google)
2012/04/25 09:31:13
OK, let's file a bug and we should see if we can m
|
| +*: Skip |
| + |
| +[ $arch == arm ] |
| +*: Skip |
| + |
| +[ $arch == simarm ] |
| +*: Skip |