summaryrefslogtreecommitdiff
path: root/installed-tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'meson-test-dependencies-fix' into 'master'Philip Chimento2023-04-092-2/+7
|\
| * installed-tests/meson: Add GjsPrivate as tests dependencyMarco Trevisan (Treviño)2023-04-052-2/+7
| * installed-tests/meson: Add tests dependencies on gjs consoleMarco Trevisan (Treviño)2023-04-051-2/+2
* | stack: Print stack trace using glib logging functionsSebastian Keller2023-04-062-9/+3
|/
* fix(build, tests): move `have_gtk4` to the appropriate placeDominik Opyd2023-03-081-3/+7
* minijasmine: Remove irrelevant commentPhilip Chimento2023-03-041-1/+0
* minijasmine: Remove unused stack filter linePhilip Chimento2023-03-041-1/+0
* repo: Check that GI module override function is callablePhilip Chimento2023-03-049-1/+71
* gi: Roll back change to imports.gi.versions object if gi.require() failsPhilip Chimento2023-03-041-0/+6
* function: Do not leak strings returned by transfer-none trampolinesMarco Trevisan (Treviño)2023-03-041-6/+6
* testGObjectValue: Enable creating object with a string propertyMarco Trevisan (Treviño)2023-02-241-2/+0
* Gio: Add support for initializing a DBus Proxy via a promiseMarco Trevisan (Treviño)2023-02-201-0/+22
* jasmine: Port jasmine executor to async mainloopEvan Welsh2023-02-207-53/+131
* signals: Simulate GObject's connect_after behavior on signalsMarco Trevisan (Treviño)2023-02-191-114/+150
* CI: Put testGtk4.js in 'dbus' suitePhilip Chimento2023-02-191-25/+34
* function: Do not allow returning a transfer-none string from JS callbackPhilip Chimento2023-02-191-3/+4
* tests: Fix test descriptionPhilip Chimento2023-02-191-1/+1
* build: Use dependency get_variable() methodPhilip Chimento2023-02-191-1/+1
* test: Relax assertion in cr.textExtents() againPhilip Chimento2023-02-191-2/+2
* debugger: Support Symbol valuesPhilip Chimento2023-01-015-5/+11
* print: Format Symbol property keysPhilip Chimento2023-01-011-0/+15
* print: Pretty-print formatting for SymbolsPhilip Chimento2023-01-011-0/+27
* signals: Fix bugs when multiple handlers are connected and disconnect is calledEvan Welsh2022-11-301-0/+24
* cairo-surface: Add finish() and flush()tuberry2022-11-211-0/+14
* arg-cache: Add support passing caller-allocated C-arraysMarco Trevisan (Treviño)2022-11-201-0/+16
* minijasmine: Add function override to print and free the errorMarco Trevisan (Treviño)2022-11-191-3/+10
* Merge branch '510-null-pointer-get-set-property' into 'master'Philip Chimento2022-11-191-0/+35
|\
| * gobject: Guard against null JS wrapper in set/get propertyPhilip Chimento2022-11-141-0/+35
* | signals: Use a Dict to associate connection IDs to objectsMarco Trevisan (Treviño)2022-11-161-1/+1
* | Merge branch '518-fix-gi-functions-as-signal-handlers' into 'master'Philip Chimento2022-11-162-3/+8
|\ \ | |/ |/|
| * Revert "closure: Store JSFunction* pointer instead of JSObject*"Philip Chimento2022-11-062-3/+8
* | tests: Disable test with unsupported vfunc returning const charPhilip Chimento2022-11-141-2/+2
* | meson: Depend on g-i 1.71 and enable newly supported testsMarco Trevisan (Treviño)2022-11-143-20/+17
|/
* testSignals: Ensure that disconnecting an already disconnected signal throwsMarco Trevisan (Treviño)2022-11-021-0/+3
* testConsole: Test that console.assert works as expectedMarco Trevisan (Treviño)2022-11-021-0/+23
* console: Pass CODE information to structured warning logsMarco Trevisan (Treviño)2022-11-021-0/+10
* console: Also use formatters for console.traceMarco Trevisan (Treviño)2022-11-021-0/+1
* console: Include CODE file, function and line in structured loggingMarco Trevisan (Treviño)2022-11-021-5/+17
* console: Write the whole stack trace when using console.trace()Marco Trevisan (Treviño)2022-11-021-2/+54
* Make GInputStream iterable and async iterableSonny Piers2022-11-021-0/+30
* Gio: allow D-Bus implementations to return pre-packed variantsAndy Holmes2022-11-021-0/+13
* GObject: Handle versions of GLib without GBindingGroupPhilip Chimento2022-11-011-0/+4
* maint: Fix ICon typoPhilip Chimento2022-10-291-4/+4
* maint: Fix eslint errorPhilip Chimento2022-10-291-1/+1
* Merge branch 'promisify-gdbus-async-init' into 'master'Philip Chimento2022-10-291-0/+78
|\
| * testGDBus: Ensure that proxy init failures are correctly thrownMarco Trevisan (Treviño)2022-08-101-0/+27
| * Gio: Promisify GDBusProxy.init_async by defaultMarco Trevisan (Treviño)2022-08-101-0/+51
* | GObject: Ensure that static methods are accessible from a subtypeMarco Trevisan (Treviño)2022-10-291-0/+10
|/
* Gio: Add overrides for File.set_attribute and FileInfo.set_attributePhilip Chimento2022-08-081-0/+79
* Make GFileEnumerator iterable and async iterableSonny Piers2022-08-071-0/+30