summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: Avoid including stddef.h for NULLPhilip Chimento2020-11-301-1/+1
* CI: Remove false positive includesPhilip Chimento2020-11-301-1/+0
* maint: Add copyright notices based on major file contributorsPhilip Chimento2020-11-3010-0/+10
* CI: Upgrade mozjs78 images to Fedora 33Philip Chimento2020-11-232-12/+13
* CI: Stop building mozjs68 imagesPhilip Chimento2020-11-232-4/+4
* Dockerfile: Allow to pass the mozjs base to use for build-depsMarco Trevisan (Treviño)2020-11-222-2/+4
* CI: Use Fedora project registry images instead of DockerHubPhilip Chimento2020-11-222-4/+4
* CI: Replace cpplint image build and CI job with CI templatesPhilip Chimento2020-11-221-18/+0
* tests: Use GObject weak pointer to track test object refcountPhilip Chimento2020-11-221-204/+183
* maint: Move expressions with side-effects out of assert statementsPhilip Chimento2020-11-221-2/+4
* lint: Switch to eslint-plugin-jsdoc and remove lint-condo.Evan Welsh2020-11-201-0/+2
* jsapi-util: Add out operator to get the double pointerMarco Trevisan (Treviño)2020-10-271-0/+9
* jsapi-util: Make SFINAE on constructor to work with clang++Marco Trevisan (Treviño)2020-10-271-0/+7
* jsapi-util: Use constexpr based checks on GjsAutoPointer functionsMarco Trevisan (Treviño)2020-10-271-0/+17
* jsapi-util: Add copy and equality operator to GjsAutoPointerMarco Trevisan (Treviño)2020-10-271-0/+87
* jsapi-util: Add copy function to GjsAutoStrv (and test it)Marco Trevisan (Treviño)2020-10-271-0/+25
* jsapi-util: Add back support for C++ objects and arrays to GjsAutoPointerMarco Trevisan (Treviño)2020-10-271-1/+56
* jsapi-util: Rewrite GjsAutoPointer to only use template dataMarco Trevisan (Treviño)2020-10-274-0/+467
* test: Increase the timeout for the API tests testMarco Trevisan (Treviño)2020-10-141-1/+1
* tests: Remove constexpr from get_random_numberPhilip Chimento2020-10-041-1/+2