diff --git a/.status b/.status
index 6d83634897941d93e87747c4adb986b1eaa14e5a..68598ce8192c092f475897dcb8a6c29efc165a26 100644
--- a/.status
+++ b/.status
@@ -10,9 +10,12 @@ packages/*: Skip
 */*/*/*packages/*: Skip
 */*/*/*/*packages/*: Skip
 
-# Only run tests from the build directory, since we don't care about the
+# Only run tests from the test directory, since we don't care about the
 # difference between transformed an untransformed code.
-test/*: Skip
+build/test/*: Skip
+build/test/*/*: Skip
+build/test/*/*/*: Skip
+build/test/*/*/*/*: Skip
 
 # Don't run library files as tests
 lib/*: Skip
@@ -22,8 +25,11 @@ lib/*/*/*/*: Skip
 
 # dart:io-specific tests.
 [ $browser ]
-build/test/loader_test: SkipByDesign
-built/test/vm_listener_test: SkipByDesign
+test/loader_test: SkipByDesign
+test/vm_listener_test: SkipByDesign
+
+[ $runtime == safari ]
+test/prints_matcher_test: Fail # Issue 4
 
 [ $runtime == jsshell ]
 build/test/missing_tick_test: Fail # Timer interface not supported: dartbug.com/7728