Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/pub.status

Issue 1044033003: Forward signals to pub run processes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/pub.status
diff --git a/sdk/lib/_internal/pub/pub.status b/sdk/lib/_internal/pub/pub.status
index 449c482812fbdf21030063e1ca058f652566fd92..93ddd3f6497a6112d106a7f7a932fbaadf5bad6a 100644
--- a/sdk/lib/_internal/pub/pub.status
+++ b/sdk/lib/_internal/pub/pub.status
@@ -14,5 +14,9 @@ test/transformer/loads_a_diamond_transformer_dependency_graph_test: Pass, Slow
[ $runtime == drt || $runtime == dartium || $runtime == opera ]
*: Skip
+[ $runtime == vm && ($system == linux || $system == macos) ]
+test/run/forwards_signal_windows_test: SkipByDesign
+
[ $runtime == vm && $system == windows ]
test/run/app_can_read_from_stdin_test: Fail # Issue 19448
+test/run/forwards_signal_posix_test: SkipByDesign
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/executable.dart ('k') | sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine