| OLD | NEW |
| 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 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] | 5 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] |
| 6 indexeddb_2_test: Fail # Bug in v8, http://dartbug.com/9407 | |
| 7 mandel_isolate_stream_test: Fail # Bug in v8, http://dartbug.com/9407 | 6 mandel_isolate_stream_test: Fail # Bug in v8, http://dartbug.com/9407 |
| 8 message_test: Fail # Bug in v8, http://dartbug.com/9407 | 7 message_test: Fail # Bug in v8, http://dartbug.com/9407 |
| 9 nested_spawn_stream2_test: Fail # Bug in v8, http://dartbug.com/9407 | 8 nested_spawn_stream2_test: Fail # Bug in v8, http://dartbug.com/9407 |
| 10 count_test: Fail # Bug in v8, http://dartbug.com/9407 | 9 count_test: Fail # Bug in v8, http://dartbug.com/9407 |
| 11 count_stream_test: Fail # Bug in v8, http://dartbug.com/9407 | 10 count_stream_test: Fail # Bug in v8, http://dartbug.com/9407 |
| 12 mandel_isolate_test: Fail # Bug in v8, http://dartbug.com/9407 | 11 mandel_isolate_test: Fail # Bug in v8, http://dartbug.com/9407 |
| 13 mint_maker_test: Fail # Bug in v8, http://dartbug.com/9407 | 12 mint_maker_test: Fail # Bug in v8, http://dartbug.com/9407 |
| 14 | 13 |
| 15 | 14 |
| 16 [ $runtime == vm ] | 15 [ $runtime == vm ] |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 *: Skip | 119 *: Skip |
| 121 | 120 |
| 122 [ $arch == simarm ] | 121 [ $arch == simarm ] |
| 123 *: Skip | 122 *: Skip |
| 124 | 123 |
| 125 [ $arch == mips ] | 124 [ $arch == mips ] |
| 126 *: Skip | 125 *: Skip |
| 127 | 126 |
| 128 [ $arch == simmips ] | 127 [ $arch == simmips ] |
| 129 *: Skip | 128 *: Skip |
| OLD | NEW |