Fix the status file to match the package bots' expectations.
diff --git a/.status b/.status
index 8ba0bdc..996a798 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 ]
-http_parser/test/web_socket_test: Fail, OK # Uses dart:io
+*/web_socket_test: Fail, OK # Uses dart:io