Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[tests] Local ignores.json file for ignored integration tests #9490

Merged
merged 1 commit into from
Jul 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mapbox-gl-js
Submodule mapbox-gl-js updated 72 files
+1 −1 src/ui/handler/touch_zoom_rotate.js
+18 −0 test/ignores.json
+18 −18 test/integration/lib/harness.js
+6 −0 test/integration/lib/render.js
+0 −3 test/integration/query-tests/geometry/multilinestring/style.json
+0 −3 test/integration/query-tests/geometry/multipolygon/style.json
+0 −3 test/integration/query-tests/geometry/polygon/style.json
+4 −5 test/integration/query-tests/regressions/mapbox-gl-js#3534/style.json
+6 −6 test/integration/query-tests/regressions/mapbox-gl-js#4417/style.json
+2 −5 test/integration/query-tests/regressions/mapbox-gl-js#4494/style.json
+9 −12 test/integration/query-tests/symbol-features-in/pitched-screen/style.json
+0 −3 test/integration/query-tests/symbol-features-in/tilted-inside/style.json
+0 −4 test/integration/query-tests/symbol-features-in/tilted-outside/style.json
+15 −18 test/integration/query-tests/symbol/panned-after-insert/style.json
+14 −17 test/integration/query-tests/symbol/rotated-after-insert/style.json
+0 −3 test/integration/query-tests/world-wrapping/box/style.json
+0 −3 test/integration/query-tests/world-wrapping/point/style.json
+49 −52 test/integration/render-tests/circle-pitch-alignment/map-scale-map/style.json
+49 −52 test/integration/render-tests/circle-pitch-alignment/map-scale-viewport/style.json
+49 −52 test/integration/render-tests/circle-pitch-alignment/viewport-scale-map/style.json
+49 −52 test/integration/render-tests/circle-pitch-alignment/viewport-scale-viewport/style.json
+0 −3 test/integration/render-tests/debug/collision-overscaled/style.json
+46 −49 test/integration/render-tests/debug/collision-pitched-wrapped/style.json
+46 −49 test/integration/render-tests/debug/collision-pitched/style.json
+1 −4 test/integration/render-tests/debug/collision/style.json
+0 −3 test/integration/render-tests/debug/tile-overscaled/style.json
+0 −3 test/integration/render-tests/debug/tile/style.json
+1 −5 test/integration/render-tests/extent/1024-circle/style.json
+1 −4 test/integration/render-tests/extent/1024-symbol/style.json
+45 −15 test/integration/render-tests/fill-extrusion-pattern/@2x/style.json
+56 −17 test/integration/render-tests/fill-extrusion-pattern/function-2/style.json
+56 −17 test/integration/render-tests/fill-extrusion-pattern/function/style.json
+46 −16 test/integration/render-tests/fill-extrusion-pattern/literal/style.json
+46 −16 test/integration/render-tests/fill-extrusion-pattern/missing/style.json
+46 −16 test/integration/render-tests/fill-extrusion-pattern/opacity/style.json
+2 −6 test/integration/render-tests/fill-outline-color/fill/style.json
+1 −4 test/integration/render-tests/fill-outline-color/function/style.json
+1 −4 test/integration/render-tests/fill-outline-color/literal/style.json
+1 −4 test/integration/render-tests/fill-outline-color/multiply/style.json
+1 −4 test/integration/render-tests/fill-outline-color/opacity/style.json
+2 −5 test/integration/render-tests/fill-outline-color/zoom-and-property-function/style.json
+2 −6 test/integration/render-tests/geojson/inline-linestring-fill/style.json
+2 −5 test/integration/render-tests/geojson/inline-polygon-symbol/style.json
+22 −8 test/integration/render-tests/icon-size/composite-function-high-base-plain/style.json
+22 −8 test/integration/render-tests/icon-size/composite-function-high-base-sdf/style.json
+1 −4 test/integration/render-tests/icon-text-fit/both-padding/style.json
+1 −4 test/integration/render-tests/icon-text-fit/both/style.json
+1 −4 test/integration/render-tests/icon-text-fit/height/style.json
+1 −4 test/integration/render-tests/icon-text-fit/width-padding/style.json
+1 −4 test/integration/render-tests/icon-text-fit/width/style.json
+2 −5 test/integration/render-tests/line-width/property-function/style.json
+1 −4 test/integration/render-tests/raster-loading/missing/style.json
+1 −5 test/integration/render-tests/regressions/mapbox-gl-js#2305/style.json
+1 −7 test/integration/render-tests/regressions/mapbox-gl-js#3010/style.json
+1 −7 test/integration/render-tests/regressions/mapbox-gl-js#3548/style.json
+2 −9 test/integration/render-tests/regressions/mapbox-gl-js#3682/style.json
+2 −3 test/integration/render-tests/regressions/mapbox-gl-js#4150/style.json
+17 −8 test/integration/render-tests/regressions/mapbox-gl-js#4550/style.json
+21 −9 test/integration/render-tests/regressions/mapbox-gl-js#4551/style.json
+17 −8 test/integration/render-tests/regressions/mapbox-gl-js#4573/style.json
+6 −13 test/integration/render-tests/regressions/mapbox-gl-native#7357/style.json
+6 −6 test/integration/render-tests/runtime-styling/image-update-icon/style.json
+2 −5 test/integration/render-tests/runtime-styling/image-update-pattern/style.json
+1 −4 test/integration/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json
+1 −4 test/integration/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/style.json
+1 −4 test/integration/render-tests/runtime-styling/source-add-geojson-inline/style.json
+0 −3 test/integration/render-tests/symbol-placement/line/style.json
+32 −12 test/integration/render-tests/text-keep-upright/line-placement-true-offset/style.json
+39 −11 test/integration/render-tests/text-size/composite-function-high-base/style.json
+1 −7 test/integration/render-tests/video/default/style.json
+3 −1 test/query.test.js
+3 −1 test/render.test.js
61 changes: 61 additions & 0 deletions platform/node/test/ignores.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"query-tests/geometry/multilinestring": "needs investigation",
"query-tests/geometry/multipolygon": "needs investigation",
"query-tests/geometry/polygon": "needs investigation",
"query-tests/regressions/mapbox-gl-js#3534": "https://github.com/mapbox/mapbox-gl-native/issues/8193",
"query-tests/regressions/mapbox-gl-js#4417": "https://github.com/mapbox/mapbox-gl-native/issues/8007",
"query-tests/symbol-features-in/pitched-screen": "https://github.com/mapbox/mapbox-gl-native/issues/6817",
"query-tests/symbol-features-in/tilted-inside": "https://github.com/mapbox/mapbox-gl-native/issues/5056",
"query-tests/symbol-features-in/tilted-outside": "https://github.com/mapbox/mapbox-gl-native/issues/9435",
"query-tests/world-wrapping/box": "skip - needs issue",
"query-tests/world-wrapping/point": "skip - needs issue",
"render-tests/circle-pitch-alignment/map-scale-map": "https://github.com/mapbox/mapbox-gl-native/issues/9349",
"render-tests/circle-pitch-alignment/map-scale-viewport": "https://github.com/mapbox/mapbox-gl-native/issues/9349",
"render-tests/circle-pitch-alignment/viewport-scale-map": "https://github.com/mapbox/mapbox-gl-native/issues/9349",
"render-tests/circle-pitch-alignment/viewport-scale-viewport": "https://github.com/mapbox/mapbox-gl-native/issues/9349",
"render-tests/debug/collision-overscaled": "https://github.com/mapbox/mapbox-gl-native/issues/3841",
"render-tests/debug/collision-pitched-wrapped": "https://github.com/mapbox/mapbox-gl-native/issues/3841",
"render-tests/debug/collision-pitched": "https://github.com/mapbox/mapbox-gl-native/issues/3841",
"render-tests/debug/collision": "https://github.com/mapbox/mapbox-gl-native/issues/3841",
"render-tests/debug/tile-overscaled": "https://github.com/mapbox/mapbox-gl-native/issues/3841",
"render-tests/debug/tile": "https://github.com/mapbox/mapbox-gl-native/issues/3841",
"render-tests/extent/1024-circle": "needs investigation",
"render-tests/extent/1024-symbol": "needs investigation",
"render-tests/fill-extrusion-pattern/@2x": "https://github.com/mapbox/mapbox-gl-js/issues/3327",
"render-tests/fill-extrusion-pattern/function-2": "https://github.com/mapbox/mapbox-gl-js/issues/3327",
"render-tests/fill-extrusion-pattern/function": "https://github.com/mapbox/mapbox-gl-js/issues/3327",
"render-tests/fill-extrusion-pattern/literal": "https://github.com/mapbox/mapbox-gl-js/issues/3327",
"render-tests/fill-extrusion-pattern/missing": "https://github.com/mapbox/mapbox-gl-js/issues/3327",
"render-tests/fill-extrusion-pattern/opacity": "https://github.com/mapbox/mapbox-gl-js/issues/3327",
"render-tests/fill-outline-color/fill": "https://github.com/mapbox/mapbox-gl-native/pull/8760",
"render-tests/fill-outline-color/function": "https://github.com/mapbox/mapbox-gl-native/issues/6927",
"render-tests/fill-outline-color/literal": "https://github.com/mapbox/mapbox-gl-native/issues/6927",
"render-tests/fill-outline-color/multiply": "https://github.com/mapbox/mapbox-gl-native/issues/6927",
"render-tests/fill-outline-color/opacity": "https://github.com/mapbox/mapbox-gl-native/issues/6927",
"render-tests/fill-outline-color/zoom-and-property-function": "https://github.com/mapbox/mapbox-gl-native/issues/6927",
"render-tests/geojson/inline-linestring-fill": "current behavior is arbitrary",
"render-tests/geojson/inline-polygon-symbol": "behavior needs reconciliation with gl-js",
"render-tests/icon-size/composite-function-high-base-plain": "https://github.com/mapbox/mapbox-gl-native/issues/8654",
"render-tests/icon-size/composite-function-high-base-sdf": "https://github.com/mapbox/mapbox-gl-native/issues/8654",
"render-tests/icon-text-fit/both-padding": "https://github.com/mapbox/mapbox-gl-native/issues/5602",
"render-tests/icon-text-fit/both": "https://github.com/mapbox/mapbox-gl-native/issues/5602",
"render-tests/icon-text-fit/height": "https://github.com/mapbox/mapbox-gl-native/issues/5602",
"render-tests/icon-text-fit/width-padding": "https://github.com/mapbox/mapbox-gl-native/issues/5602",
"render-tests/icon-text-fit/width": "https://github.com/mapbox/mapbox-gl-native/issues/5602",
"render-tests/line-width/property-function": "https://github.com/mapbox/mapbox-gl-js/issues/3682#issuecomment-264348200",
"render-tests/regressions/mapbox-gl-js#2305": "https://github.com/mapbox/mapbox-gl-native/issues/6927",
"render-tests/regressions/mapbox-gl-js#3010": "skip - needs issue",
"render-tests/regressions/mapbox-gl-js#3548": "skip - needs issue",
"render-tests/regressions/mapbox-gl-js#3682": "https://github.com/mapbox/mapbox-gl-js/issues/3682",
"render-tests/regressions/mapbox-gl-js#4550": "skip - https://github.com/mapbox/mapbox-gl-native/issues/1350",
"render-tests/regressions/mapbox-gl-js#4551": "skip - https://github.com/mapbox/mapbox-gl-native/issues/1350",
"render-tests/regressions/mapbox-gl-js#4573": "skip - https://github.com/mapbox/mapbox-gl-native/issues/1350",
"render-tests/regressions/mapbox-gl-native#7357": "https://github.com/mapbox/mapbox-gl-native/issues/7357",
"render-tests/runtime-styling/paint-property-fill-flat-to-extrude": "skip - https://github.com/mapbox/mapbox-gl-native/issues/6745",
"render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude": "skip - needs issue",
"render-tests/runtime-styling/source-add-geojson-inline": "skip - needs issue",
"render-tests/symbol-placement/line": "needs issue",
"render-tests/text-keep-upright/line-placement-true-offset": "https://github.com/mapbox/mapbox-gl-native/issues/9271",
"render-tests/text-size/composite-function-high-base": "https://github.com/mapbox/mapbox-gl-native/issues/8654",
"render-tests/video/default": "skip - needs issue"
}
9 changes: 5 additions & 4 deletions platform/node/test/query.test.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
'use strict';

var suite = require('../../../mapbox-gl-js/test/integration').query;
var suiteImplementation = require('./suite_implementation');
const suite = require('../../../mapbox-gl-js/test/integration').query;
const suiteImplementation = require('./suite_implementation');
const ignores = require('./ignores.json');

var tests;
let tests;

if (process.argv[1] === __filename && process.argv.length > 2) {
tests = process.argv.slice(2);
}

suite.run('native', {tests: tests}, suiteImplementation);
suite.run('native', {tests: tests, ignores: ignores}, suiteImplementation);
9 changes: 5 additions & 4 deletions platform/node/test/render.test.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
'use strict';

var suite = require('../../../mapbox-gl-js/test/integration').render;
var suiteImplementation = require('./suite_implementation');
const suite = require('../../../mapbox-gl-js/test/integration').render;
const suiteImplementation = require('./suite_implementation');
const ignores = require('./ignores.json');

var tests;
let tests;

if (process.argv[1] === __filename && process.argv.length > 2) {
tests = process.argv.slice(2);
}

suite.run('native', {tests: tests}, suiteImplementation);
suite.run('native', {tests: tests, ignores: ignores}, suiteImplementation);