Fix the status file to match the package bots' expectations.
diff --git a/.status b/.status
index c6d0582..fd4a49e 100644
--- a/.status
+++ b/.status
@@ -2,5 +2,12 @@
 # for details. All rights reserved. Use of this source code is governed by a
 # BSD-style license that can be found in the LICENSE file.
 
+# Skip non-test files ending with "_test".
+*/packages/*: Skip
+
+# Only run tests from the build directory, since we don't care about the
+# difference between transformed an untransformed code.
+test/*: Skip
+
 [ $browser ]
-glob/test/*: Fail, OK # Uses dart:io.
+*: Fail, OK # Uses dart:io.