Skip to content
Snippets Groups Projects
Commit 2b2237cc authored by Kevin Moore's avatar Kevin Moore
Browse files

More explicit skipping of src file that looks like test

R=nweiz@google.com

Review URL: https://codereview.chromium.org//909323002
parent 0caac788
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,7 @@ packages/*: Skip ...@@ -14,8 +14,7 @@ packages/*: Skip
# difference between transformed an untransformed code. # difference between transformed an untransformed code.
test/*: Skip test/*: Skip
# Skip test-looking files in the lib directory unittest/lib/src/live_test: Skip # Don't run library files as tests
lib/*: Skip
[ $runtime == jsshell ] [ $runtime == jsshell ]
build/test/missing_tick_test: Fail # Timer interface not supported: dartbug.com/7728 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