summaryrefslogtreecommitdiff
path: root/test/CC
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2014-08-21 20:59:35 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2014-08-21 20:59:35 -0400
commit204f76c13013139c799bfa93c4e9fe6f065aca0b (patch)
treef04bbc9e297aed126b42b78009bdd43fb2dae1e5 /test/CC
parent011b491df5f7b11f4f390bcf7fbb464c9c525e43 (diff)
downloadscons-204f76c13013139c799bfa93c4e9fe6f065aca0b.tar.gz
Fixed or skipped tests that fail on Windows.
Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly.
Diffstat (limited to 'test/CC')
-rw-r--r--test/CC/CCVERSION.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CC/CCVERSION.py b/test/CC/CCVERSION.py
index ac28e380..f785ddc2 100644
--- a/test/CC/CCVERSION.py
+++ b/test/CC/CCVERSION.py
@@ -33,7 +33,8 @@ _exe = TestSCons._exe
test = TestSCons.TestSCons()
-
+if sys.platform == 'win32':
+ test.skip_test('CCVERSION not set with MSVC, skipping test.')
test.write("versioned.py",
"""import os