Chromium Code Reviews| 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 [ $use_public_packages == false && $use_repository_packages == false] | 5 [ $use_public_packages == false && $use_repository_packages == false] |
| 6 pop_pop_win: Skip # Require packages | 6 pop_pop_win: Skip # Require packages |
| 7 | 7 |
| 8 [ $browser ] | 8 [ $browser ] |
| 9 # Skip tests that uses dart:io | 9 # Skip tests that uses dart:io |
| 10 build_dart: Skip | 10 build_dart: Skip |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 40 | 40 |
| 41 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 41 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 42 third_party/todomvc/test/listorder_test: Skip # Times out | 42 third_party/todomvc/test/listorder_test: Skip # Times out |
| 43 third_party/todomvc/test/mainpage_test: Skip # Times out | 43 third_party/todomvc/test/mainpage_test: Skip # Times out |
| 44 third_party/todomvc/test/markdone_shadow_test: Skip # Times out | 44 third_party/todomvc/test/markdone_shadow_test: Skip # Times out |
| 45 third_party/todomvc/test/markdone_test: Skip # Times out | 45 third_party/todomvc/test/markdone_test: Skip # Times out |
| 46 | 46 |
| 47 | 47 |
| 48 | 48 |
| 49 [ $compiler == none && $runtime == drt ] | 49 [ $compiler == none && $runtime == drt ] |
| 50 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 | 50 # Change back to RuntimeError once |
| 51 # https://github.com/Polymer/webcomponentsjs/pull/58 is fixed | |
|
Siggi Cherem (dart-lang)
2014/11/25 17:53:42
seems that they pulled it in, maybe cherry-pick it
jakemac
2014/12/01 18:42:51
Done.
| |
| 52 third_party/todomvc/test/markdone_shadow_test: Pass # Issue 19414 | |
| 51 | 53 |
| 52 [ $arch == arm ] | 54 [ $arch == arm ] |
| 53 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 55 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| 54 | 56 |
| 55 [ $arch == simarm64 ] | 57 [ $arch == simarm64 ] |
| 56 *: Skip | 58 *: Skip |
| OLD | NEW |