diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-01-08 12:30:15 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-01-09 16:46:52 -0800 |
commit | e887cda986218ae84317b3ecb5ba81d9b9bb776f (patch) | |
tree | 810e31367ba53e8bf0f54600cce662f383005199 /platform | |
parent | a4ab4f68e2d2b927dea139b1945f8810ab215a9e (diff) | |
download | qtlocation-mapboxgl-e887cda986218ae84317b3ecb5ba81d9b9bb776f.tar.gz |
[core] Fix alpha handling in rgba and to-rgba operators
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/test/ignores.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index bde950ca9c..06c4d4885d 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -1,8 +1,5 @@ { "expression-tests/coalesce/inference": "https://github.com/mapbox/mapbox-gl-native/issues/10588", - "expression-tests/interpolate/linear-color": "https://github.com/mapbox/mapbox-gl-native/issues/10604", - "expression-tests/to-rgba/alpha": "https://github.com/mapbox/mapbox-gl-native/issues/10604", - "expression-tests/to-rgba/basic": "https://github.com/mapbox/mapbox-gl-native/issues/10604", "query-tests/circle-stroke-width/inside": "https://github.com/mapbox/mapbox-gl-native/issues/10307", "query-tests/geometry/multilinestring": "needs investigation", "query-tests/geometry/multipolygon": "needs investigation", |