summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix headless testsJohn Firebaugh2014-08-221-1/+1
|/
* fix warningsKonstantin Käfer2014-08-181-1/+1
|
* remove composite enums from testsKonstantin Käfer2014-08-151-3/+0
|
* Merge branch 'master' into style-parser-testKonstantin Käfer2014-08-122-2/+1
|\ | | | | | | | | Conflicts: mapboxgl.gyp
| * include correct uv header in test fixtureKonstantin Käfer2014-08-121-1/+1
| |
| * fix gyp buildsKonstantin Käfer2014-08-121-1/+0
| |
* | build fixesMike Morris2014-08-112-1/+2245
| |
* | Merge branch 'master' into style-parser-testMike Morris2014-08-1135-339/+42
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: bin/build-style.js bin/default.style.json mapboxgl.gyp src/style/style_parser.cpp test/test.gyp
| * fix test gyp fileKonstantin Käfer2014-08-111-1/+1
| |
| * fix enum testsKonstantin Käfer2014-07-311-6/+3
| |
| * Use mapbox-gl-test-suiteJohn Firebaugh2014-07-2133-331/+37
| |
| * Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-1/+1
| | | | | | | | | | | | Angle -> Bearing Radians -> Degrees Clockwise -> Counterclockwise
* | 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-185-1/+74
| |
* | allow unchecked errorsMike Morris2014-07-181-1/+1
| |
* | change render to ParseStyleMike Morris2014-07-181-1/+1
| |
* | add fuzzed fixtures and fix FixtureLogBackend to capture log outputMike Morris2014-07-187-17/+43
| |
* | migrate style_parser tests to use info and style json fixturesMike Morris2014-07-184-106/+117
| |
* | update test fixturesMike Morris2014-07-171-13/+7
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-172-33/+12
|\ \ | |/ | | | | | | Conflicts: src/style/style_parser.cpp
| * consolidate functions to only use stopsKonstantin Käfer2014-07-172-33/+12
| | | | | | | | refs mapbox/mapbox-gl-style-spec#96
* | split stylesheet fixtures into separate gyp actionMike Morris2014-07-171-9/+10
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-1716-115/+579
|\ \ | |/ | | | | | | | | | | | | Conflicts: bin/package.json src/style/style_parser.cpp test/fixtures/fixture_log.cpp test/test.gyp
| * rename a few things from mbgl => mapboxglKonstantin Käfer2014-07-161-9/+9
| |
| * rename llmr => mbglKonstantin Käfer2014-07-1612-82/+82
| |
| * rename file and fix merge errorKonstantin Käfer2014-07-161-0/+0
| |
| * separate comparisons and expressionsKonstantin Käfer2014-07-162-5/+5
| |
| * add more comparison testsKonstantin Käfer2014-07-161-22/+198
| |
| * update value semanatics to be closer to js and add filter expression testsKonstantin Käfer2014-07-163-50/+286
| |
| * add icon render testKonstantin Käfer2014-07-154-4/+56
| |
* | noncopyable logMike Morris2014-07-151-1/+1
| |
* | 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
| |
* | check log messages from style_parserMike Morris2014-07-151-16/+49
| |
* | print unchecked log messagesMike Morris2014-07-151-0/+8
| |
* | fix quotes in log outputMike Morris2014-07-151-3/+3
| |
* | why u no write to FixtureLogBackend?Mike Morris2014-07-151-1/+12
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-153-8/+68
|\ \ | |/ | | | | | | Conflicts: test/test.gyp
| * fix errorsKonstantin Käfer2014-07-141-1/+1
| |
| * add enum class to unify parsing/stringificationKonstantin Käfer2014-07-143-8/+68
| |
* | hook up style_parser to new log backendMike Morris2014-07-142-0/+8
| |
* | C++ exception with description "array value has unexpected number of ↵Mike Morris2014-07-141-0/+21
| | | | | | | | elements" thrown in the test body.
* | Merge branch 'stylesource' into fuzz-pipeMike Morris2014-07-114-5/+23
|\ \ | |/
| * add cstdarg headersKonstantin Käfer2014-07-111-1/+2
| |
| * allow formatted messagesKonstantin Käfer2014-07-114-5/+22
| |
* | Merge branch 'stylesource' into fuzz-pipeMike Morris2014-07-1110-16/+228
|\ \ | |/