Skip to content

Commit

Permalink
Merge pull request CleverRaven#27686 from jbytheway/disable_slow_sani…
Browse files Browse the repository at this point in the history
…tizer_tests

[WIP] Disable slow sanitizer tests
  • Loading branch information
kevingranade authored Jan 18, 2019
2 parents 8c5fe5d + d77bef9 commit da26e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
sources: [*apt_sources, llvm-toolchain-trusty-5.0]

# Clang 6.0
- env: CLANG=clang++-6.0 CXXFLAGS=-Wno-error=unused-command-line-argument SANITIZE=address
- env: CLANG=clang++-6.0 CXXFLAGS=-Wno-error=unused-command-line-argument SANITIZE=address EXTRA_TEST_OPTS="~[.] ~vehicle_efficiency ~vehicle_drag"
dist: trusty
compiler: clang
addons: &clang60
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex

function run_tests
{
$WINE "$@" -d yes -r cata --rng-seed time
$WINE "$@" -d yes -r cata --rng-seed time $EXTRA_TEST_OPTS
}

if [ -n "$CMAKE" ]
Expand Down

0 comments on commit da26e97

Please sign in to comment.