From 2e93f1e9823f0994224d6fd6836987a0e5b2d7ff Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Mon, 25 Nov 2019 18:16:03 +0200 Subject: [test-runner] Run render tests with metrics on linux --- render-test/linux-manifest-probe-gfx-network.json | 9 +++++++++ render-test/linux-manifest-probe-memory.json | 9 +++++++++ render-test/linux-probe-manifest.json | 2 +- render-test/linux-query-manifest.json | 6 ++++++ 4 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 render-test/linux-manifest-probe-gfx-network.json create mode 100644 render-test/linux-manifest-probe-memory.json create mode 100644 render-test/linux-query-manifest.json (limited to 'render-test') diff --git a/render-test/linux-manifest-probe-gfx-network.json b/render-test/linux-manifest-probe-gfx-network.json new file mode 100644 index 0000000000..b63013ca18 --- /dev/null +++ b/render-test/linux-manifest-probe-gfx-network.json @@ -0,0 +1,9 @@ +{ + "base_test_path":"../mapbox-gl-js/test/integration", + "expectation_paths":["expected/"], + "ignore_paths":["../platform/node/test/ignores.json", "../render-test/linux-ignores.json"], + "vendor_path":"../vendor", + "asset_path": "../mapbox-gl-js/test/integration", + "probes": ["probeGFX", "probeNetwork"], + "metric_path":"metrics/linux-gcc8" +} \ No newline at end of file diff --git a/render-test/linux-manifest-probe-memory.json b/render-test/linux-manifest-probe-memory.json new file mode 100644 index 0000000000..1f9fa1ca5c --- /dev/null +++ b/render-test/linux-manifest-probe-memory.json @@ -0,0 +1,9 @@ +{ + "base_test_path":"../mapbox-gl-js/test/integration", + "expectation_paths":["expected/"], + "ignore_paths":["../platform/node/test/ignores.json", "../render-test/linux-ignores.json"], + "vendor_path":"../vendor", + "asset_path": "../mapbox-gl-js/test/integration", + "probes": ["probeMemory"], + "metric_path":"metrics/linux-gcc8" +} \ No newline at end of file diff --git a/render-test/linux-probe-manifest.json b/render-test/linux-probe-manifest.json index 0b2ca88988..f0ebeedd10 100644 --- a/render-test/linux-probe-manifest.json +++ b/render-test/linux-probe-manifest.json @@ -1,7 +1,7 @@ { "probe_test_path":".", "expectation_paths":["expected/render-tests"], - "ignore_paths":["../render-test/linux-ignores.json", "../render-test/tests/should-fail.json"], + "ignore_paths":["../render-test/tests/should-fail.json"], "vendor_path":"../vendor", "asset_path": "../mapbox-gl-js/test/integration" } \ No newline at end of file diff --git a/render-test/linux-query-manifest.json b/render-test/linux-query-manifest.json new file mode 100644 index 0000000000..a6723f5519 --- /dev/null +++ b/render-test/linux-query-manifest.json @@ -0,0 +1,6 @@ +{ + "base_test_path":"../mapbox-gl-js/test/integration", + "ignore_paths":["../platform/node/test/ignores.json", "../render-test/linux-ignores.json"], + "vendor_path":"../vendor", + "asset_path": "../mapbox-gl-js/test/integration" +} \ No newline at end of file -- cgit v1.2.1