Skip to content
Snippets Groups Projects
Commit 121baf57 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Fix more status file stuff.

Run tests from test/ rather than build/test so that their assumptions
about paths hold true, fix a typo in the vm_listener_test line, and
mark prints_matcher_test failing on Safari.

R=kevmoo@google.com
TBR
See #4

Review URL: https://codereview.chromium.org//917353003
parent f07e3a3c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment