summaryrefslogtreecommitdiff
path: root/metrics
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-01-21 23:23:35 +0200
committerGitHub <noreply@github.com>2020-01-21 23:23:35 +0200
commit1ade6c77849aec2c8486a568720258547aa1d670 (patch)
tree4c2dc4cf31f24aa6df15716265858cc6e1859fdc /metrics
parent6dc435f66465eff76e730053d80efae90fa249c5 (diff)
downloadqtlocation-mapboxgl-1ade6c77849aec2c8486a568720258547aa1d670.tar.gz
[test-runner] Enable IOS RenderTestRunner and run it on Firebase (#16111)
* [test-runner] Setup iOS RenderTestRunner * [test-runner] Make app runnable on firebase * Add iOS platform dependent expectation and ignores; Run prepare script via cmake * Make RenderTestRunner report test status
Diffstat (limited to 'metrics')
-rw-r--r--metrics/expectations/platform-ios/render-tests/combinations/fill-translucent--symbol-translucent/expected.pngbin0 -> 422 bytes
-rw-r--r--metrics/expectations/platform-ios/render-tests/combinations/symbol-translucent--fill-translucent/expected.pngbin0 -> 428 bytes
-rw-r--r--metrics/expectations/platform-ios/render-tests/line-dasharray/overscaled/expected.pngbin0 -> 20714 bytes
-rw-r--r--metrics/ignores/platform-ios.json12
-rw-r--r--metrics/next-ios-render-test-runner-style.json13
5 files changed, 25 insertions, 0 deletions
diff --git a/metrics/expectations/platform-ios/render-tests/combinations/fill-translucent--symbol-translucent/expected.png b/metrics/expectations/platform-ios/render-tests/combinations/fill-translucent--symbol-translucent/expected.png
new file mode 100644
index 0000000000..38016b2511
--- /dev/null
+++ b/metrics/expectations/platform-ios/render-tests/combinations/fill-translucent--symbol-translucent/expected.png
Binary files differ
diff --git a/metrics/expectations/platform-ios/render-tests/combinations/symbol-translucent--fill-translucent/expected.png b/metrics/expectations/platform-ios/render-tests/combinations/symbol-translucent--fill-translucent/expected.png
new file mode 100644
index 0000000000..99dce20d0c
--- /dev/null
+++ b/metrics/expectations/platform-ios/render-tests/combinations/symbol-translucent--fill-translucent/expected.png
Binary files differ
diff --git a/metrics/expectations/platform-ios/render-tests/line-dasharray/overscaled/expected.png b/metrics/expectations/platform-ios/render-tests/line-dasharray/overscaled/expected.png
new file mode 100644
index 0000000000..0c30f8feae
--- /dev/null
+++ b/metrics/expectations/platform-ios/render-tests/line-dasharray/overscaled/expected.png
Binary files differ
diff --git a/metrics/ignores/platform-ios.json b/metrics/ignores/platform-ios.json
new file mode 100644
index 0000000000..1dce0e9f79
--- /dev/null
+++ b/metrics/ignores/platform-ios.json
@@ -0,0 +1,12 @@
+{
+ "render-tests/icon-text-fit/enlargen-both": "Needs to be investigated and fixed.",
+ "render-tests/line-pattern/overscaled": "Needs to be investigated and fixed.",
+ "render-tests/runtime-styling/image-update-pattern": "Needs to be investigated and fixed.",
+ "render-tests/runtime-styling/image-add-pattern": "Needs to be investigated and fixed.",
+ "render-tests/text-font/chinese": "Needs to be investigated and fixed.",
+ "render-tests/regressions/mapbox-gl-native#9976": "Needs to be investigated and fixed.",
+ "render-tests/regressions/mapbox-gl-js#2305": "Needs to be investigated and fixed.",
+ "render-tests/regressions/mapbox-gl-js#5911a": "Needs to be investigated and fixed.",
+ "render-tests/text-field/formatted-images": "Needs to be investigated and fixed.",
+ "render-tests/symbol-visibility/visible": "Needs to be investigated and fixed."
+} \ No newline at end of file
diff --git a/metrics/next-ios-render-test-runner-style.json b/metrics/next-ios-render-test-runner-style.json
new file mode 100644
index 0000000000..7b0e267728
--- /dev/null
+++ b/metrics/next-ios-render-test-runner-style.json
@@ -0,0 +1,13 @@
+{
+ "base_test_path": "integration",
+ "cache_path": "cache-style.db",
+ "expectation_paths": [
+ "expectations/platform-all",
+ "expectations/platform-ios"
+ ],
+ "ignore_paths": [
+ "ignores/platform-all.json",
+ "ignores/platform-macos.json",
+ "ignores/platform-ios.json"
+ ]
+} \ No newline at end of file