Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
| index 18d47507f67eaed2ef96c33fae22d7b4273745e0..8195e8e207fd00ef505b5ab27b6ba6b2fa87d7ac 100644 |
| --- a/tests/co19/co19-runtime.status |
| +++ b/tests/co19/co19-runtime.status |
| @@ -3,6 +3,11 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| [ $runtime == vm ] |
| +# These test the Clock class which has been removed. |
| +# issue co19 - 173 |
| +LibTest/core/Clock/frequency_A01_t01: Fail, OK |
| +LibTest/core/Clock/now_A01_t01: Fail OK |
|
ricow1
2012/08/15 12:18:57
Fail OK -> Fail, OK
|
| + |
| # Rename "BadNumberFormatException" to "FormatException" |
| # TODO(rnystrom): These can be enabled when |
| # http://code.google.com/p/co19/issues/detail?id=167 is fixed. |