summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Dockerfile: Install Turkish locale in CI for UTF-8 locale tooMarco Trevisan (Treviño)2022-04-292-2/+10
* Dockerfile: Install Turkish locale in CIMarco Trevisan (Treviño)2022-04-282-0/+8
* Dockerfile: Keep deps multi-line, to make it easier to maintainMarco Trevisan (Treviño)2022-04-282-18/+85
* Merge branch 'verbose-object-print-output' into 'master'Philip Chimento2022-03-061-46/+0
|\
| * print: Connect up prettyPrint() to Console.interact() and log()Philip Chimento2022-02-251-46/+0
* | CI: Don't run cpplint on C filesPhilip Chimento2022-03-031-2/+2
|/
* jsapi-util: Append cause when calling gjs_throw with exception pendingPhilip Chimento2022-02-121-0/+31
* value: Support converting BigInt to (u)int64 valuesMarco Trevisan (Treviño)2022-02-031-2/+5
* jsapi-util: Improve BigInt debug functionsPhilip Chimento2022-02-031-9/+18
* maint: Suppress cppcheck warning about accessing a variable after movingPhilip Chimento2022-01-311-2/+7
* context: check for null out-paramNasah Kuma2022-01-253-0/+153
* test: Remove workaround for SpiderMonkey GC code coveragePhilip Chimento2022-01-161-78/+0
* CI: Build only mozjs91 imagesPhilip Chimento2022-01-162-4/+4
* Some Object-related functions have moved to js/Object.hEvan Welsh2022-01-161-3/+4
* js: Update includes for headers split out of JSAPIEvan Welsh2022-01-164-2/+5
* Add CI images for mozjs91.Evan Welsh2021-10-082-6/+7
* jsapi-util: Cast pointer to the correct type when calling ref/free-funcPhilip Chimento2021-09-301-0/+15
* CI: Remove TASK_ID variablePhilip Chimento2021-09-301-1/+1
* CI: Move thread sanitizer job to manual sectionPhilip Chimento2021-09-261-1/+1
* CI: Build images using Fedora 34 as the basePhilip Chimento2021-09-252-6/+6
* context: Cleanup completed trampoline in context, as this is what they belong toMarco Trevisan (Treviño)2021-08-011-0/+1
* GjsMaybeOwned: Remove notifier support and move it into GjsPrivateContextMarco Trevisan (Treviño)2021-08-011-4/+7
* jsapi-util-args: Add 'S' conversion specifierPhilip Chimento2021-07-021-21/+35
* jsapi-util-args: Fix assert_match() in testsPhilip Chimento2021-07-021-9/+10
* CI: Add autoconf213 to dependencies in DockerfilePhilip Chimento2021-06-082-3/+3
* jsapi-util-string: Handle BigInt in gjs_debug_value()Philip Chimento2021-06-081-0/+36
* object: Make ensure_toggle_reference to follow the JS API so we can throwMarco Trevisan (Treviño)2021-05-181-1/+2
* gjs-test-utils: Be more liberal in comparing values of different typesMarco Trevisan (Treviño)2021-05-181-2/+17
* mem-private: Do not use volatile for atomic valuesMarco Trevisan (Treviño)2021-05-171-1/+1
* test: Move gjs-test code into Gjs::Test namespaceMarco Trevisan (Treviño)2021-05-181-0/+7
* tests: Add unit tests for ToggleQueue and ObjectInstance usage of itMarco Trevisan (Treviño)2021-05-184-1/+699
* tests: Move internal API tests into a different test binaryMarco Trevisan (Treviño)2021-05-183-10/+54
* test: Move assert_equal definition into Gjs::Test and common headerMarco Trevisan (Treviño)2021-05-172-17/+36
* test: Add a CI job that ensures that PCH file is populated with all headersMarco Trevisan (Treviño)2021-05-161-0/+187
* jsapi-util-string: Print quotes around strings in gjs_debug_value()Philip Chimento2021-04-201-0/+36
* Upgrades codespell to 2.0.0 in CI and adds suggestions by codespell packageKajal Sah2021-04-051-1/+1
* Refactor ARGV handling and add system.programArgs.ewlsh/refactor-argvEvan Welsh2021-02-111-0/+24
* Add dynamic import support to scriptsEvan Welsh2021-02-081-0/+81
* esm: Enable static module imports.Evan Welsh2021-02-068-0/+204
* js: Use strings and stringstreams instead of GStringPhilip Chimento2021-01-021-16/+6
* CI: Fix getting the upstream basePhilip Chimento2021-01-021-4/+11
* test: Silence self-assignment clang warning in a more idiomatic wayPhilip Chimento2020-12-031-8/+1
* test: Use g_assert_{true,false} in unit tests instead of g_assertPhilip Chimento2020-12-031-44/+44
* CI: Remove JHBuild line from CI scriptPhilip Chimento2020-12-031-1/+0
* CI: Install sysprof from package instead of building itPhilip Chimento2020-12-031-16/+3
* Revert "Merge branch 'ewlsh/fix-ci' into 'master'"revert-6ce45bb3Evan Welsh2020-12-031-1/+1
* ci: When finding common ancestors use source branch or commit branch.ewlsh/fix-ciEvan Welsh2020-12-021-1/+1
* CI: Compare cpplint and IWYU against the pull request's base branchPhilip Chimento2020-11-301-34/+61
* CI: Limit bandwidth usage for git clones during CIPhilip Chimento2020-11-303-4/+4
* CI: Make necessary changes to includes for IWYU 0.15Philip Chimento2020-11-301-0/+1