summaryrefslogtreecommitdiff
path: root/platform/node/test/ignores.json
Commit message (Collapse)AuthorAgeFilesLines
* [core] Account for circle-stroke-width in queryRenderedFeaturesupstream/fix-10307John Firebaugh2018-01-101-1/+0
|
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-101-1/+0
|
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-091-1/+0
|
* [core] Fix alpha handling in rgba and to-rgba operatorsJohn Firebaugh2018-01-091-3/+0
|
* [core] Enable implicit type assertions for array typesJohn Firebaugh2018-01-091-3/+0
|
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-091-14/+0
|
* [core] Update debug collision circle shader.Chris Loer2018-01-091-0/+1
| | | | Fixes issue #10876.
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-1/+0
| | | | | | | | * [core] Parse TileJSON bounds property * [core] Add TileRange and LatLngBounds::contains(CanonicalTileID) Move LatLngBounds::contains impl to cpp file * [core] Skip tile creation outside of tileset bounds * [core] Fix TileRange for wrapped bounds and use for CustomTileLoader instead of LatLngBounds comparisons for tiles.
* Fix distant collision perspective ratios (#10794).Chris Loer2018-01-041-0/+1
| | | | | Analog of GL JS issue #5911. Add native ignore for tilejson-bounds.
* Update mapbox-gl-js submoduleLauren Budorick2017-12-201-0/+1
|
* [core] Better align fill-extrusion vertex layoutLauren Budorick2017-12-201-0/+1
|
* [core] Overzoomed image sources vanish (#10677)Asheem Mamoowala2017-12-131-5/+69
| | | Use z0 tile coordinates instead of screen coordinates to compute ideal zoom for image sources
* Add ignores for new ==, != tests (#10679)Anand Thakker2017-12-121-0/+13
| | | | GL JS change: https://github.com/mapbox/mapbox-gl-js/pull/5840 GL Native issue: https://github.com/mapbox/mapbox-gl-native/issues/10678
* [core] Include bucket name in queryRenderedSymbols duplicate feature filterChris Loer2017-12-111-1/+0
| | | | | - Port of GL JS PR #5703 - Fixes issue #10616
* Update gl-js submoduleJohn Firebaugh2017-12-011-2/+14
|
* [core] Remove ignores for passing tests.Chris Loer2017-11-171-8/+5
| | | | | Update ignore links to specific issues. Bump mapbox-gl-js version to get latest text-pitch-spacing test.
* [core] Skip fade animation for placed symbols that are currently offscreen.Chris Loer2017-11-171-0/+1
| | | | | Don't mark items that are outside the collision grid range as placed. Requires new ignore because GL JS issue #5654 allows insertion of symbols outside the CollisionIndex range, and those symbols can cascade in to affect items within the viewport.
* [core] Added ignores for two query tests that return the same set of items ↵Chris Loer2017-11-171-0/+2
| | | | but in a different order.
* [core] Removed ignores for fixed issues.Chris Loer2017-11-171-36/+0
|
* Implement Expressions (#9439)Anand Thakker2017-11-081-25/+47
| | | Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups)
* Enable native test for text-keep-upright with text-offset.Chris Loer2017-10-241-1/+0
| | | | Issue #9271 was fixed as part of PR #9009.
* Ignore raster-masking/overlapping-zoomLauren Budorick2017-10-141-0/+1
|
* Skip expression-based runtime styling testLauren Budorick2017-10-131-1/+1
|
* Add ignore for expression-based regression testLauren Budorick2017-10-121-0/+1
|
* Add ignores for heatmap render tests (#10147)upstream/cam-mas-2.2.6Vladimir Agafonkin2017-10-061-1/+18
|
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-1/+0
| | | Port of https://github.com/mapbox/mapbox-gl-js/pull/5101: adds a new render pass `Pass3D` before any other rendering wherein we render layers with 3D passes (fill-extrusion layers) to offscreen framebuffers, sharing a depth renderbuffer between those layers in order to render 3D space correctly. Those framebuffers are saved on the RenderLayers and copied back to the map during the translucent pass. Rendering to offscreen framebuffers before we do any clear + draw means we can avoid expensive framebuffer restores.
* [core] Do not cache stale tilesBruno de Oliveira Abinader2017-09-141-1/+0
|
* [node] Implement GeoJSON converterBruno de Oliveira Abinader2017-09-131-5/+3
|
* [core] Clear atlasImage rect for a removed patternBruno de Oliveira Abinader2017-09-131-0/+1
|
* [core] Fix z-fighting of translucent fillsJohn Firebaugh2017-09-081-1/+3
|
* [test] Unignore render-tests/circle-pitch-alignment/*Bruno de Oliveira Abinader2017-08-311-4/+0
|
* Update gl-js SHA + ignore fill-extrusion-multiple testLauren Budorick2017-08-301-0/+1
|
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-301-4/+0
|
* Enable tests for #1350, #9704Asheem Mamoowala2017-08-291-6/+1
|
* [core] Fix issue #9843 (overzoomed line label rendering glitch).Chris Loer2017-08-251-2/+2
| | | | | | Ports fix for GL JS issue #5112. Line label projection can't be based on tile geometry that's behind the plane of the camera. The relevant tests are still ignored because the overzoomed collision behavior is different between native and JS.
* [test] Un-ignore regressions/mapbox-gl-native#9792Bruno de Oliveira Abinader2017-08-251-1/+0
|
* Update ignores + suite_implementationLauren Budorick2017-08-231-0/+3
|
* Skip test for issue #9792, as it currently causes the test harness to time out.Chris Loer2017-08-181-0/+1
|
* [tests] Ignore render test failuresJohn Firebaugh2017-08-081-0/+7
|
* [core] fix rendering of fill outlines that have a different color than the ↵Konstantin Käfer2017-08-071-6/+1
| | | | fill itself
* Add native ignore for text-letter-spacing/property-function and ↵Nicki Dlugash2017-08-011-0/+2
| | | | zoom-and-property-function (#9669)
* [test] Add native ignore for text-max-width/property-function and ↵Nicki Dlugash2017-08-011-0/+2
| | | | | text-max-width/zoom-and-property-function (#9655) [test] Add native ignore for text-max-width/property-function and text-max-width/zoom-and-property-function
* [core] modify texture coordinate scaling (#9153)Molly Lloyd2017-07-271-0/+3
| | | | | | | | | ignore unsupported dds property tests fix tests remove unneeded texture extent variable bump gl-js to master
* [core][android][macos][ios] Implement property functions for line-join, ↵Lauren Budorick2017-07-261-5/+0
| | | | text-justify, text-anchor (#9583)
* [core] Replace API.ZoomHistory test with integration testJohn Firebaugh2017-07-261-0/+2
|
* add native ignore for `text-justify/property-function`Nicki Dlugash2017-07-201-0/+1
|
* [test] Add native ignore for 'text-anchor/property-function' (#9556)Chris Loer2017-07-191-1/+2
|
* [tests] Local ignores.json file for ignored integration testsJohn Firebaugh2017-07-121-0/+61