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 [ $runtime == opera ] | |
| 6 i18n/tests/bidi_format_test: Skip | |
|
Emily Fortuna
2012/08/15 01:18:50
change this to i18n/tests/*: Skip
logging/tests/lo
| |
| 7 i18n/tests/date_time_format_test: Skip | |
| 8 i18n/tests/intl_message_test: Skip | |
| 9 i18n/tests/bidi_utils_test: Skip | |
| 10 i18n/tests/intl_test: Skip | |
| 11 logging/tests/logging_test: Skip | |
| 12 unittest/tests/instance_test: Skip | |
| 13 unittest/tests/matchers_test: Skip | |
| 14 unittest/tests/mock_regexp_negative_test: Skip | |
| 15 unittest/tests/mock_stepwise_negative_test: Skip | |
| 16 unittest/tests/mock_test: Skip | |
| 17 unittest/tests/unittest_test: Skip | |
| OLD | NEW |