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. | |
| 4 | |
| 5 [ $runtime == drt || $runtime == ie || $runtime == chrome || $runtime == safari || $runtime == ff || $runtime == opera ] | |
|
Emily Fortuna
2012/03/28 23:10:11
also $runtime == d8 (we also want to skip)
Emily Fortuna
2012/03/28 23:18:13
Here's a more concise way of saying (effectively)
Bill Hesse
2012/03/28 23:37:30
Is this an indication that we really need to add n
Bob Nystrom
2012/03/29 00:10:17
Done.
Bob Nystrom
2012/03/29 00:10:17
I thought about just adding "!=" support to test.d
| |
| 6 *: Skip # Pub only runs on the VM. | |
| OLD | NEW |