summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-01-13 23:55:16 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-01-13 23:55:16 +0000
commit02fe4b93341845695296883496f50aa5946c9b7e (patch)
treee5250c1df31b5ce0405fbdce8e70dae1585b97c0
parentda81869bc8de87a052917fd7feb55a85b17864ad (diff)
downloadbcm5719-llvm-02fe4b93341845695296883496f50aa5946c9b7e.tar.gz
bcm5719-llvm-02fe4b93341845695296883496f50aa5946c9b7e.zip
change Xcode test run default to ignore xpass on Xunit output
The Green Dragon LLVM builders are starting to parse xunit output on LLDB Xcode builders. By default the XML formatter treats xpass (unexpected successes) as failures. The new flag added ensures we simply ignore those for purposes of xUnit output. LLDB is not currently XPASS clean. llvm-svn: 257717
-rw-r--r--lldb/lldb.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj
index 5d66c4309be..55356484441 100644
--- a/lldb/lldb.xcodeproj/project.pbxproj
+++ b/lldb/lldb.xcodeproj/project.pbxproj
@@ -5928,7 +5928,7 @@
/* Begin PBXLegacyTarget section */
2387551E1C24974600CCE8C3 /* lldb-python-test-suite */ = {
isa = PBXLegacyTarget;
- buildArgumentsString = "-u $(SRCROOT)/test/dotest.py --apple-sdk $(PLATFORM_NAME) --executable=$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/lldb --results-formatter lldbsuite.test.xunit_formatter.XunitFormatter --results-file $(BUILD_DIR)/test-results.xml --rerun-all-issues --env TERM=vt100";
+ buildArgumentsString = "-u $(SRCROOT)/test/dotest.py --apple-sdk $(PLATFORM_NAME) --executable=$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/lldb --results-formatter lldbsuite.test.xunit_formatter.XunitFormatter --results-file $(BUILD_DIR)/test-results.xml --rerun-all-issues --env TERM=vt100 -O--xpass=ignore";
buildConfigurationList = 238755241C24974600CCE8C3 /* Build configuration list for PBXLegacyTarget "lldb-python-test-suite" */;
buildPhases = (
);
@@ -5937,7 +5937,7 @@
dependencies = (
);
name = "lldb-python-test-suite";
- passBuildSettingsInEnvironment = 0;
+ passBuildSettingsInEnvironment = 1;
productName = "LLDB Python Test Suite";
};
2687EAC51508110B00DD8C2E /* install-headers */ = {
OpenPOWER on IntegriCloud