diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-10-02 16:29:33 +0300 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-10-02 20:45:46 +0300 |
commit | b2a834228178461723a7840072f526b3d84da7b7 (patch) | |
tree | c42cdd9853d2a9a96a15479bf408c583bfccea9a | |
parent | ff6a3ee5b7fea7f4c18fed3480308c34fd434ed6 (diff) | |
download | qtlocation-mapboxgl-b2a834228178461723a7840072f526b3d84da7b7.tar.gz |
Exclude Source.InvisibleSourcesTileNecessity from sanitizer CI
-rw-r--r-- | circle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index 66ebaf0226..081ab9a3bd 100644 --- a/circle.yml +++ b/circle.yml @@ -619,8 +619,8 @@ commands: - run: name: Run tests command: | - # Source.RenderTileSetSourceUpdate is filtered out due to #15294 - xvfb-run --server-args="-screen 0 1024x768x24" make run-test--Source.RenderTileSetSourceUpdate 2> >(tee sanitizer 1>&2) + # Source.RenderTileSetSourceUpdate and Source.InvisibleSourcesTileNecessity are filtered out due to #15294 + xvfb-run --server-args="-screen 0 1024x768x24" make run-test--Source.RenderTileSetSourceUpdate:Source.InvisibleSourcesTileNecessity 2> >(tee sanitizer 1>&2) # Unfortunately, Google Test eats the status code, so we'll have to check the output. [ -z "$(sed -n '/^SUMMARY: .*Sanitizer:/p' sanitizer)" ] |