mirror of
https://github.com/boostorg/system.git
synced 2025-08-15 03:50:54 +02:00
Disable 03/11 tests under Clang/Win
This commit is contained in:
@@ -14,6 +14,10 @@ branches:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
TOOLSET: clang
|
||||||
|
CXXSTD: 14
|
||||||
|
CLANG_WIN: 1
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
||||||
TOOLSET: msvc-9.0
|
TOOLSET: msvc-9.0
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
||||||
@@ -57,9 +61,6 @@ environment:
|
|||||||
ADDPATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;
|
ADDPATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;
|
||||||
TOOLSET: gcc
|
TOOLSET: gcc
|
||||||
CXXSTD: 03,11
|
CXXSTD: 03,11
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
||||||
TOOLSET: clang
|
|
||||||
CXXSTD: 14
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set BOOST_BRANCH=develop
|
- set BOOST_BRANCH=develop
|
||||||
|
@@ -76,11 +76,12 @@ project
|
|||||||
return $(result) ;
|
return $(result) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ os.environ UBSAN ]
|
if [ os.environ UBSAN ] || [ os.environ CLANG_WIN ]
|
||||||
{
|
{
|
||||||
rule system-run ( sources + )
|
rule system-run ( sources + )
|
||||||
{
|
{
|
||||||
# The 03/11 tests are ODR violations, no point running them under -fsanitize=undefined
|
# The 03/11 tests are ODR violations, no point running them under -fsanitize=undefined
|
||||||
|
# Clang on Windows uses MSVC headers, which don't parse under 03/11
|
||||||
return [ system-run- $(sources) ] ;
|
return [ system-run- $(sources) ] ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user