Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index 0ca216e34a8b8cef96b1455bc9e224fe51ebc37b..d6b29c6e1c2510cbf36629b6b5b618ef241cf036 100644 |
| --- a/pkg/pkg.status |
| +++ b/pkg/pkg.status |
| @@ -57,6 +57,7 @@ crypto/test/sha1_test: Fail # Issue 11407. |
| [ $runtime == vm ] |
| pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html |
| pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html |
| +stack_trace/test/dartium_test: Fail # Dartium-specific traces |
|
Bob Nystrom
2013/06/26 17:01:05
Would "Skip" or "Fail, OK" be better here?
nweiz
2013/06/26 20:08:01
I don't think we want to skip, since if this ever
Bob Nystrom
2013/06/26 20:11:46
I think "Fail, OK" means "this tests is intended t
nweiz
2013/06/26 20:18:48
You're right. Done.
|
| intl/test/find_default_locale_browser_test: Skip |
| intl/test/date_time_format_http_request_test: Skip |
| @@ -103,6 +104,7 @@ crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail |
| [ $compiler == dart2js && $browser ] |
| pathos/test/pathos_dartium_test: Fail # Issue 6490 |
| +stack_trace/test/dartium_test: Fail # Dartium-specific traces |
| crypto/test/sha256_test: Slow, Pass |
| crypto/test/sha1_test: Slow, Pass |
| @@ -130,6 +132,7 @@ oauth2/test/client_test: Fail, OK # Uses dart:io. |
| oauth2/test/credentials_test: Fail, OK # Uses dart:io. |
| oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. |
| pathos/test/pathos_io_test: Fail, OK # Uses dart:io. |
| +stack_trace/test/vm_test: Fail, OK # VM-specific method names. |
| scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 |
| scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 |
| @@ -154,9 +157,6 @@ scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 |
| scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/8440 |
| scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8440 |
| -stack_trace/test/frame_test: Fail # http://dartbug.com/6943 |
| -stack_trace/test/trace_test: Fail # http://dartbug.com/6943 |
| - |
| [ $runtime == safari] |
| # Bug in JSC: the test only passes when being debugged. |