Skip to content

Commit

Permalink
Remove ignores/skips from style.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 12, 2017
1 parent 8d0594a commit fe65765
Show file tree
Hide file tree
Showing 66 changed files with 851 additions and 718 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"version": 8,
"metadata": {
"test": {
"ignored": {
"native": "needs investigation"
},
"width": 512,
"height": 512,
"debug": true,
Expand Down
3 changes: 0 additions & 3 deletions test/integration/query-tests/geometry/multipolygon/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"version": 8,
"metadata": {
"test": {
"ignored": {
"native": "needs investigation"
},
"width": 512,
"height": 512,
"debug": true,
Expand Down
3 changes: 0 additions & 3 deletions test/integration/query-tests/geometry/polygon/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"version": 8,
"metadata": {
"test": {
"ignored": {
"native": "needs investigation"
},
"width": 512,
"height": 512,
"debug": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"version": 8,
"metadata": {
"test": {
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/8193"
},
"collisionDebug": true,
"width": 500,
"height": 500,
Expand All @@ -13,7 +10,9 @@
271
],
"queryOptions": {
"layers": ["counties-symbol"]
"layers": [
"counties-symbol"
]
}
}
},
Expand Down Expand Up @@ -60,4 +59,4 @@
"interactive": true
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"queryGeometry": [
32,
16
],
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/8007"
}
]
}
},
"sources": {
"dummy": {
"type": "geojson",
"data": {
"type": "Point",
"coordinates": [0, 0]
"coordinates": [
0,
0
]
}
},
"mapbox": {
Expand Down Expand Up @@ -74,4 +74,4 @@
"source": "dummy"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
32,
32
],
"debug": true,
"ignored": {
"js": "https://github.com/mapbox/mapbox-gl-js/issues/2716"
}
"debug": true
}
},
"zoom": 0,
Expand Down Expand Up @@ -39,4 +36,4 @@
"source": "geojson"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
"version": 8,
"metadata": {
"test": {
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/6817"
},
"collisionDebug": true,
"debug": true,
"width": 1000,
"height": 1000,
"queryGeometry": [
[
100,
85
],
[
850,
400
]
[
100,
85
],
[
850,
400
]
]
}
},
Expand Down Expand Up @@ -54,4 +51,4 @@
"interactive": true
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"version": 8,
"metadata": {
"test": {
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/5056"
},
"collisionDebug": true,
"width": 500,
"height": 500,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"version": 8,
"metadata": {
"test": {
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9435",
"js": "https://github.com/mapbox/mapbox-gl-js/issues/4945"
},
"collisionDebug": true,
"width": 500,
"height": 500,
Expand Down
33 changes: 15 additions & 18 deletions test/integration/query-tests/symbol/panned-after-insert/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,24 @@
"width": 256,
"height": 256,
"operations": [
[
"setCenter",
[
"setCenter",
[
1,
1
]
1,
1
]
]
],
"queryGeometry": [
[
0,
0
],
[
256,
256
]
],
"ignored": {
"js": "https://github.com/mapbox/mapbox-gl-js/issues/3346"
}
[
0,
0
],
[
256,
256
]
]
}
},
"center": [
Expand Down Expand Up @@ -56,4 +53,4 @@
}
}
]
}
}
31 changes: 14 additions & 17 deletions test/integration/query-tests/symbol/rotated-after-insert/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,21 @@
"width": 256,
"height": 256,
"operations": [
[
"setBearing",
45
]
[
"setBearing",
45
]
],
"queryGeometry": [
[
0,
0
],
[
256,
256
]
],
"ignored": {
"js": "https://github.com/mapbox/mapbox-gl-js/issues/3346"
}
[
0,
0
],
[
256,
256
]
]
}
},
"center": [
Expand Down Expand Up @@ -53,4 +50,4 @@
}
}
]
}
}
3 changes: 0 additions & 3 deletions test/integration/query-tests/world-wrapping/box/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"version": 8,
"metadata": {
"test": {
"skipped": {
"native": "needs issue"
},
"width": 2000,
"height": 500,
"pixelRatio": 0.25,
Expand Down
3 changes: 0 additions & 3 deletions test/integration/query-tests/world-wrapping/point/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"version": 8,
"metadata": {
"test": {
"skipped": {
"native": "needs issue"
},
"debug": true,
"width": 1000,
"height": 250,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,53 +1,50 @@
{
"version": 8,
"metadata": {
"test": {
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9349"
},
"width": 512,
"height": 512
}
},
"center": [
0,
0
],
"zoom": 0,
"pitch": 90,
"sources": {
"geojson": {
"type": "geojson",
"data": {
"type": "MultiPoint",
"coordinates": [
[
0,
0
],
[
0,
60
],
[
0,
-60
]
]
}
}
},
"layers": [
{
"id": "circles",
"type": "circle",
"source": "geojson",
"paint": {
"circle-radius": 40,
"circle-color": "blue",
"circle-pitch-scale": "map",
"circle-pitch-alignment": "map"
}
}
]
}
"version": 8,
"metadata": {
"test": {
"width": 512,
"height": 512
}
},
"center": [
0,
0
],
"zoom": 0,
"pitch": 90,
"sources": {
"geojson": {
"type": "geojson",
"data": {
"type": "MultiPoint",
"coordinates": [
[
0,
0
],
[
0,
60
],
[
0,
-60
]
]
}
}
},
"layers": [
{
"id": "circles",
"type": "circle",
"source": "geojson",
"paint": {
"circle-radius": 40,
"circle-color": "blue",
"circle-pitch-scale": "map",
"circle-pitch-alignment": "map"
}
}
]
}
Loading

0 comments on commit fe65765

Please sign in to comment.