Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: Makefile.standalone

Issue 987503004: Subzero: Run cross tests as a much more configurable python script. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Even more cleanup Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | crosstest/lit.cfg » ('j') | crosstest/lit.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 58d535793bbb724da7456e351027c1bda32ed2c7..60b19a706d7e846e04423cf1cf747d6e31215bb2 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -224,7 +224,12 @@ check: check-lit check-unit runtime
@echo "Crosstests ignored, minimal build"
else
check: check-lit check-unit runtime
- (cd crosstest; ./runtests.sh)
+ # Do all native/sse2 tests, but only test_vector_ops for native/sse4.1.
+ # For (slow) sandboxed tests, limit to Om1/sse4.1.
+ ./pydir/crosstest_generator.py -v --lit \
+ -i native,sse2 -i native,sse4.1,test_vector_ops \
+ -i sandbox,sse4.1,Om1
+ $(LLVM_SRC_PATH)/utils/lit/lit.py -sv crosstest/Output
jvoung (off chromium) 2015/03/09 17:34:21 just checking what -sv means (succinct and verbose
Jim Stichnoth 2015/03/09 18:16:16 Right, also note it was cargo-culted from the chec
endif
FORMAT_BLACKLIST =
« no previous file with comments | « no previous file | crosstest/lit.cfg » ('j') | crosstest/lit.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698