summaryrefslogtreecommitdiff
path: root/test/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* rearrange tests and make more robustKonstantin Käfer2015-02-046-134/+203
|
* rearrange tests and add storage testsKonstantin Käfer2015-02-044-56/+101
|
* Update stylesJohn Firebaugh2014-11-0410-2305/+55
|
* Run tests using http requestsKonstantin Käfer2014-11-041-72/+0
| | | | | | We now start a local HTTP server on port 2900 that serves the test fixtures. This is the same port we also use in the JS test suite fixes #532
* use test suite as submodule instead of using npmKonstantin Käfer2014-10-311-1/+1
|
* gcc fixesKonstantin Käfer2014-10-231-6/+6
|
* fix variable shadowingKonstantin Käfer2014-10-221-8/+8
|
* replace boost optional with mapbox optionalKonstantin Käfer2014-10-221-9/+8
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-221-1/+1
|\
| * New mason-based build systemKonstantin Käfer2014-10-221-3/+9
| |\
| * | Fix compiler warningsJohn Firebaugh2014-10-171-1/+1
| | |
* | | Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-221-0/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/http_request_baton_curl.cpp include/mbgl/map/map.hpp include/mbgl/util/uv_detail.hpp scripts/travis_before_install.sh setup-libraries.sh src/map/map.cpp src/storage/file_request_baton.cpp src/storage/http_request.cpp src/util/uv-messenger.c
| * | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-101-93/+37
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/curl_request.cpp common/glfw_view.cpp common/glfw_view.hpp include/mbgl/platform/request.hpp ios/mapbox-gl-cocoa setup-libraries.sh src/map/map.cpp src/platform/request.cpp test/fixtures/fixture_request.cpp
| * | remove debuggingMike Morris2014-09-021-3/+0
| | |
| * | use std::fopen/std::fread instead of libuv, thanks @springmeyerMike Morris2014-09-021-0/+19
| | |
| * | more fixes for libuv v0.10Mike Morris2014-08-271-9/+9
| | |
* | | fix compile warningsKonstantin Käfer2014-10-221-4/+10
| |/ |/|
* | fix headless testsKonstantin Käfer2014-09-301-78/+37
|/
* fix basepath for headless stylesheetsKonstantin Käfer2014-08-271-7/+7
|
* Merge branch 'master' into style-parser-testKonstantin Käfer2014-08-121-1/+1
|\ | | | | | | | | Conflicts: mapboxgl.gyp
| * include correct uv header in test fixtureKonstantin Käfer2014-08-121-1/+1
| |
* | build fixesMike Morris2014-08-111-0/+2244
| |
* | Merge branch 'master' into style-parser-testMike Morris2014-08-1132-266/+0
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: bin/build-style.js bin/default.style.json mapboxgl.gyp src/style/style_parser.cpp test/test.gyp
| * Use mapbox-gl-test-suiteJohn Firebaugh2014-07-2132-266/+0
| |
* | bad stops array fixture, weird errorMike Morris2014-07-184-12/+29
| |
* | add function type fixtureMike Morris2014-07-184-9/+27
| |
* | add stop zoom/value fixtureMike Morris2014-07-182-0/+52
| |
* | add line-opacity and text-size fixturesMike Morris2014-07-186-10/+56
| |
* | add stops-array fixtureMike Morris2014-07-182-0/+29
| |
* | add line-width and bad colors fixturesMike Morris2014-07-184-0/+73
| |
* | add fuzzed fixtures and fix FixtureLogBackend to capture log outputMike Morris2014-07-186-0/+31
| |
* | migrate style_parser tests to use info and style json fixturesMike Morris2014-07-181-0/+6
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-171-1/+0
|\ \ | |/ | | | | | | Conflicts: src/style/style_parser.cpp
| * consolidate functions to only use stopsKonstantin Käfer2014-07-171-1/+0
| | | | | | | | refs mapbox/mapbox-gl-style-spec#96
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-176-14/+66
|\ \ | |/ | | | | | | | | | | | | Conflicts: bin/package.json src/style/style_parser.cpp test/fixtures/fixture_log.cpp test/test.gyp
| * rename llmr => mbglKonstantin Käfer2014-07-163-12/+12
| |
| * add icon render testKonstantin Käfer2014-07-154-4/+56
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-151-1/+2
|\ \ | |/
| * disallow copying to avoid accidental unchecked message outputKonstantin Käfer2014-07-151-1/+2
| |
* | fix quotes in log outputMike Morris2014-07-151-3/+3
|/
* add cstdarg headersKonstantin Käfer2014-07-111-1/+2
|
* allow formatted messagesKonstantin Käfer2014-07-113-5/+20
|
* add logging facility and check logs in testsKonstantin Käfer2014-07-118-10/+164
|
* allow setting classes in the test caseKonstantin Käfer2014-07-104-0/+46
|
* allow processing multiple renders per testKonstantin Käfer2014-07-1015-23/+33
|
* report fixture request errorsKonstantin Käfer2014-07-101-0/+5
|
* change line width and add line-width testKonstantin Käfer2014-07-107-0/+40
|
* fix other style as wellKonstantin Käfer2014-07-091-6/+2
|
* update fixturesKonstantin Käfer2014-07-091-6/+2
|
* replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-092-2/+2
| | | | refs https://github.com/mapbox/mapbox-gl-style-spec/pull/87