summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-02 16:29:33 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-02 16:29:33 +0300
commitfc84b009380d2694974692ca76976507dd9ecc14 (patch)
treeac2cbff18a2a4b4435e37f0ed4fcdebcb333c7ef
parent4004f174428d1dc9ddb035cd85e45d4f36297296 (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_no_tile_requests_for_invisible_sources.tar.gz
Exclude Source.InvisibleSourcesTileNecessity from sanitizer CIupstream/mikhail_no_tile_requests_for_invisible_sources
-rw-r--r--circle.yml4
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)" ]