summaryrefslogtreecommitdiff
path: root/test/gjs-test-coverage.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: Remove workaround for SpiderMonkey GC code coveragePhilip Chimento2022-01-161-78/+0
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-23/+3
* coverage: Enable coverage before creating GjsContextPhilip Chimento2020-08-111-0/+1
* tests: Fix specifics in tests to match SpiderMonkey 78 outputPhilip Chimento2020-08-111-10/+11
* engine: Remove GJS_DISABLE_EXTRA_WARNINGSEvan Welsh2020-07-271-3/+3
* test: Mark that g_assertion_message() does not normally returnPhilip Chimento2020-07-041-0/+6
* js: Fix header includes according to IWYUPhilip Chimento2020-05-201-1/+0
* tests: Don't use g_assert and g_assert_not_reached in testsPhilip Chimento2020-05-091-11/+10
* tests: Minor changes in debugger and coverage expected outputPhilip Chimento2020-01-191-14/+14
* test: Accommodate GC zeal parameters in test skip conditionPhilip Chimento2019-10-201-1/+2
* test-coverage: Ignore format-nonliteral warningMarco Trevisan (Treviño)2019-10-101-0/+11
* tests: Fix one remaining cppcheck errorPhilip Chimento2019-09-151-1/+2
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-12/+8
* build: Annotate all unused argumentsPhilip Chimento2019-05-071-99/+45
* tests: Don't remove log handler during testPhilip Chimento2019-04-131-15/+0
* tests: Don't output generated coverage dataPhilip Chimento2019-04-131-2/+0
* js: Fix missing error checksPhilip Chimento2018-10-301-4/+3
* build: Remove useless pkgconfig checkPhilip Chimento2018-09-011-1/+0
* tests: Restore expected coverage test valuesPhilip Chimento2018-07-281-35/+10
* tests: Correct typo in test namePhilip Chimento2018-05-301-3/+3
* tests: Remove unused length argument in coverage testsPhilip Chimento2018-05-301-49/+25
* tests: Debug-log coverage outputPhilip Chimento2018-05-301-0/+2
* tests: Skip coverage tests in JS_GC_ZEAL modePhilip Chimento2018-03-251-0/+77
* coverage: Use LCOV data from SpiderMonkeyPhilip Chimento2017-10-041-910/+33
* tests: Use assertions in coverage testsPhilip Chimento2017-10-041-231/+168
* coverage: Correct licensing mistakePhilip Chimento2017-09-111-11/+16
* maint: fix a wrong sscanf argumentClaudio André2017-06-201-1/+1
* tests: Root using context, not runtimePhilip Chimento2017-06-121-4/+3
* coverage: Stop using JSUnit in testsPhilip Chimento2017-01-291-6/+9
* build: Remove underscore from symbols used in testsPhilip Chimento2016-12-271-15/+15
* coverage: Coverage without cache internal-onlyPhilip Chimento2016-12-201-14/+20
* coverage: lcov output directory is construct propPhilip Chimento2016-12-201-602/+511
* coverage: Use GFile internally instead of pathsPhilip Chimento2016-12-191-72/+70
* build: Fix various compiler warningsPhilip Chimento2016-10-211-3/+6
* tests: Fix format stringsPhilip Chimento2016-10-211-2/+2
* module: Get rid of internals APIPhilip Chimento2016-10-181-3/+3
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-57/+48
* js: Remove use of JSVAL_* macrosPhilip Chimento2016-09-211-1/+1
* coverage test: Don't use %as specifier in sscanf()Philip Chimento2016-02-091-13/+21
* test-coverage: fix mtime race condition in testCosimo Cecchi2015-06-231-6/+10
* coverage: Whitespace fixesSam Spilsbury2015-06-171-30/+30
* coverage: Serialize statistics to cache-path on cache missesSam Spilsbury2015-06-171-10/+894
* coverage: Handle numerous other expression types in coverage.jsSam Spilsbury2015-01-181-0/+42
* Write function line number before unique key in FN entries.Sam Spilsbury2015-01-161-2/+59
* coverage: Get the list of covered files from coverage.jsJasper St. Pierre2014-09-301-7/+3
* test-coverage: Fix recursive deleting of temporary test dataJasper St. Pierre2014-02-031-4/+2
* coverage: Add GjsCoverageSam Spilsbury2014-01-291-0/+1491