Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 3 # 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
| |
| 4 | |
| 5 | |
| 6 [ $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
| |
| 7 *: Skip | |
| 8 | |
| 9 [ $arch == arm ] | |
| 10 *: Skip | |
| 11 | |
| 12 [ $arch == simarm ] | |
| 13 *: Skip | |
| OLD | NEW |