summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-222-3/+3
| | | | | | | | | The callback will be called when any of the resources requested from the network failed to load. There is not recovery implemented yet, so the closest thing to reseting the Map object and reloading all the resources would be setting a new style.
* Add Thread tests; get argument transfer working for all casesJohn Firebaugh2015-05-212-1/+104
|
* Change LaunchScreen text to © because unicode is awesomeJason Wray2015-05-211-1/+1
|
* Add iOS test project launch images for older devices, tooJason Wray2015-05-215-0/+219
|
* Add iOS tests support for iPhone 6/6+ screen sizesJason Wray2015-05-213-4/+55
|
* Update tests for access token changesJason Wray2015-05-214-10/+5
|
* Update test suiteJohn Firebaugh2015-05-191-0/+0
|
* bump test suiteKonstantin Käfer2015-05-191-0/+0
|
* Privatized MGLMapboxEventsMinh Nguyễn2015-05-182-1/+2
| | | | `-pauseMetricsCollection` and `-resumeMetricsCollection` were originally introduced to mitigate concerns around battery usage, but `MGLMapboxEvents` has since evolved to tread much lighter on the battery. There’s no longer any need for the client to call these methods directly. The iOS test project now includes MGLMapboxEvents.h explicitly to avoid having to package a header that will go unused.
* Render translucent background layers (fixes #1514)John Firebaugh2015-05-151-0/+0
|
* Removed unneeded unique_ptrThiago Marcos P. Santos2015-05-151-5/+3
|
* Make the MapContext object run on its own thread on the testsThiago Marcos P. Santos2015-05-151-5/+7
| | | | | | The MapContext can only run on its own thread because it is registering a EnvironmentScope and it is making many assertions on Debug mode if its methods are being called on the Map thread.
* Add output of RepeatedRender test to .gitignoreThiago Marcos P. Santos2015-05-152-0/+0
| | | | Also delete files that are test output but were checked in.
* Restore sprite load checkJohn Firebaugh2015-05-141-0/+0
| | | | | | This is necessary to ensure that background and fill images are ready to render. Fixes #1563
* Speculative fix for PNG alpha/gamma handlingJohn Firebaugh2015-05-141-0/+0
| | | | The libpng documentation is hopelessly impenetrable and I have no idea what I'm doing, but this seems to fix the headless rendering failures.
* Fix misleading headless test output (fixes #1557)John Firebaugh2015-05-141-3/+1
|
* Update test suiteJohn Firebaugh2015-05-131-0/+0
|
* update test suite and fail Travis when comparisons failKonstantin Käfer2015-05-131-0/+0
|
* Remove unusedJohn Firebaugh2015-05-133-56/+0
| | | | | There are no longer any requests made that don't have a run loop to dispatch back to.
* add BinPack testKonstantin Käfer2015-05-122-0/+52
|
* patch up test projectJustin R. Miller2015-05-122-0/+14
|
* update test app to use fake in-app settingsJustin R. Miller2015-05-121-0/+3
|
* iOS metrics testsJustin R. Miller2015-05-12235-0/+21584
|
* Merge pull request #1469 from mapbox/1435-android-gl-crashBrad Leege2015-05-113-11/+71
|\ | | | | Android GL Crash
| * Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-093-11/+71
| | | | | | | | | | | | | | | | | | | | Initialise NativeMapView's EGL variables before Map Fix hang Add check for double pause Add test for double pause
* | ignore Transform changes with NaN parametersKonstantin Käfer2015-05-082-0/+126
| |
* | Merge remote-tracking branch 'origin/1369-alternate-fix'John Firebaugh2015-05-082-0/+45
|\ \
| * | don't trigger a HTTP request twiceKonstantin Käfer2015-05-082-0/+45
| | |
* | | make WorkRequests cancelableKonstantin Käfer2015-05-081-10/+17
| | |
* | | add worker cancellation test (failing)Konstantin Käfer2015-05-081-0/+27
|/ /
* | Added tests for 6292e95f80fa2e0a9a7aa4d4d4e320a207e78d27Minh Nguyễn2015-05-071-0/+7
| |
* | Reference safety for Worker after callbacksJohn Firebaugh2015-05-062-0/+71
| | | | | | | | | | | | | | Joining a WorkRequest now ensures that either the after callback has already been executed, or will never be executed. Fixes #1438
* | clear location services prompt if neededJustin R. Miller2015-05-051-0/+2
| |
* | Revert test/suite submodule to intended hashJohn Firebaugh2015-05-051-0/+0
| |
* | Revert "Disable headless tests temporarily"John Firebaugh2015-05-051-0/+2
|/ | | | This reverts commit 2b6e680e4a653875a89182c1d132edd202c36a28.
* Don't crash if ResourceLoader::_sprite is nullJohn Firebaugh2015-05-052-0/+23
|
* Fix potential crashJohn Firebaugh2015-05-011-2/+2
| | | | | | | | | The promise could be deallocated before promise.set_value() had returned, which apparently caused an invalid read on some implementations. By moving the promise declaration up the stack, we ensure that the map is deallocated first, and therefore the map thread is joined, before the promise is deallocated.
* Write SQLite tests in terms of ImplJohn Firebaugh2015-05-012-145/+55
|
* #1381 - Setting desiredAccuracy to 3KMBrad Leege2015-04-301-0/+0
|
* Disable headless tests temporarilyJohn Firebaugh2015-04-301-2/+0
|
* Resize view from map threadJohn Firebaugh2015-04-281-2/+2
|
* Remove Map::start/stopJohn Firebaugh2015-04-283-17/+6
| | | | | | Both Android and iOS now use pause/resume. The map thread is always running, and be able to receive messages. When paused, it will just refuse to render.
* Log each test subcase during headless testsJohn Firebaugh2015-04-281-2/+3
|
* Update mapbox-gl-test-suiteJohn Firebaugh2015-04-282-1/+1
|
* Following kkaefer's view changesJohn Firebaugh2015-04-281-3/+2
|
* Fix buildJohn Firebaugh2015-04-283-3/+3
|
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-2816-115/+28
| | | | Fixes #1336
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-0/+3
|
* Automatically find view controller for layout guidesMinh Nguyễn2015-04-271-1/+0
| | | | Find the managing view controller by traversing the responder chain.
* Reset map view frame on every testMinh Nguyễn2015-04-243-0/+7
| | | | To counteract the call to `-insetMapView` in `-testInsetMapView`.