Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: cjs-tests | Distribution: openSUSE Tumbleweed |
Version: 5.0.0 | Vendor: openSUSE |
Release: 1.11 | Build date: Fri Jun 16 02:15:03 2023 |
Group: System/GUI/Other | Build host: obs-arm-10 |
Size: 835149 | Source RPM: cjs-5.0.0-1.11.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/linuxmint/cjs | |
Summary: Tests for the cjs package |
The cjs-tests package contains tests that can be used to verify the functionality of the installed cjs package.
(GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later) AND MIT
* Thu May 27 2021 andy great <andythe_great@pm.me> - Update to version 5.0.0. * fix readline build on certain systems * overrides/Gtk: Set BuilderScope in class init * gi/wrapperutils: Move gjs_get_string_id() into resolve() implementations * Revert "arg-cache: Save space by not caching GType" * Fixed error in _init() that prevented GType objects from being created. Improved the regression test, implementing Marco T's feedback. * Thu Jan 14 2021 andy great <andythe_great@pm.me> - Update to version 4.8.2. * Rebase on gjs 1.66.1. * Thu Dec 31 2020 Dominique Leuenberger <dimstar@opensuse.org> - Do not add RPM dependencies for installed-tests: some tests there are intentionally crafted to 'fail' with missing deps. The dep scanner would not know though. * Sat Dec 26 2020 andy great <andythe_great@pm.me> - Update to version 4.8.1. * No important changes. * Sat Dec 05 2020 andy great <andythe_great@pm.me> - Update to version 4.8.0. * Rebase on GJS 1.66 and Mozjs78. * deprecation.cpp: Add additional info to ByteArray deprecation warning, and link to the xlet versioning tutorial page. - Add cjs-tests package. - Switch to meson. * Mon Sep 28 2020 andy great <andythe_great@pm.me> - Build with mozjs68. * Sun Sep 27 2020 andy great <andythe_great@pm.me> - Update to version 4.6.0. * Fix two broken test cases. * Mon Mar 16 2020 Marguerite Su <i@marguerite.su> - update version 4.4.0 * version bump with no change * Mon Jul 01 2019 Dead Mozay <dead_mozay@opensuse.org> - Update to version 4.2.0: * update deprecated glib function (#72) * Fix new autoconf-archive compile issue (#73) * Fri Mar 15 2019 Dead Mozay <dead-mozay@opensuse.org> - Update to version 4.0.0: * Add marshalling for native JS errors * object: Associate callbacks with the object on which they're installed * Use the GIVFuncInfo to hook up vfuncs instead of the GICallbackInfo * Capture JS exceptions from invoked virtual functions * global: Add a bootstrap system * coverage: Use global bootstrap to add JS coverage code * coverage: Don't error out on various files * coverage: Scan ES6 classes for functions * coverage: Correct AST walking for labelled statements * coverage: Walk AST in more cases * coverage: Refactor bootstrap code to use ES6 classes * error: Use JSProtoKey to get Error constructor * object: Remove hash-x32 implementation * object: Merge weak_pointer_list and dissociate_list * object: Remove vfunc list * jsapi-util: Remove jsapi-private * tests: Use assertions in coverage tests * js: Convert scripts to UTF-16 before evaluating * coverage: Use LCOV data from SpiderMonkey * coverage: Propagate gjs_coverage_write_statistics() errors * tests: Add regression test for vfunc crash avoidance * jsapi-util-string: Use mozjs UTF8-to-JSString conversion * jsapi-util-string: Missing error check * importer: Missing error check * jsapi-util: Improve check for SyntaxError * js: Use JS_EncodeStringToUTF8() directly where advantageous * param, importer: Spurious error when resolving non-string * js: Don't convert to UTF-8 to compare ASCII names * suppressions: Eliminate machine-dependent expressions * object: check in gjs_typecheck_object if the object has been finalized * object: don't resolve or set,get properties on finalized elements * object: add better logging when invalid access happens * object: reset the keep alive flag on wrapper when object is disposed * installed-tests/js: add testGObjectDestructionAccess to verify access to destryed objects * object: Leave out param untouched on error * maint: highlight the license * release: Add NEWS for 1.51.3] * Amend gtk-application.js * mv gtk-window.js to amend gtk.js, including suggestions * arg: String as GdkAtom, and GdkAtom as string * Test case improved in `installed-tests/js/testCairo.js` [fixes #27] * object: Only show critical errors on access to finalized objects (Closes: #21) * coverage: Remove unused JSCompartmentOptions * js: Remove unnecessary property getters and setters * object: Show error when using proto functions (connect*, emit) on destroyed object * object: make clear in toString() proto method when the object is finalized * proxyutils: remove trailing spaces * release: Prepare for 1.51.4 * arg: Marshal GType of 0 to null * release: Include NEWS from 1.50.3 * profiler: add SPSProfiler implementation * profiler: Implement --profile flag behaviour * profiler: Allow enabling with GJS_ENABLE_PROFILER=1 * profiler: Disable profiler in interactive mode * profiler: Disable SIGUSR2 start/stop * profiler: Suppress cppcheck warning * profiler: Allow configuring with --disable-profiler * profiler: Always activate profiler if GJS_ENABLE_PROFILER=1 * foreign: Use gjs_eval_with_scope() instead of public API * profiler: Reduce API surface * object: Restore resolve return value * tests: Don't compare Rooted<T> against NULL * tests: Add pending test for composite template subclass * maint: Fix obsolete comments on resolve hooks * js: Remove context from GjsAutoJSChar * Fix overwriting of libcjs_la_SOURCES * jsapi-util-string: Fix return of gjs_get_string_id() * Revert "object: reset the keep alive flag on wrapper when object is disposed" * release: Include NEWS from 1.50.4 * maint: Update DOAP file * Allow using GObject.signal_* functions in place of Object methods * gjs_callback_closure: Log uncatchable exceptions, don't just exit * gjs_callback_closure: Use g_error, not exit, on uncatchable exceptions * _gjs_context_run_jobs: Log uncatchable exceptions, except System.exit() * gjs_context_eval: Use different GError message for uncatchable exceptions * gjs_context_eval: Log a critical on uncatchable exceptions] * build: Install suppressions files * Rename gjs-1.0 * CI: use a more robuts test for profiling dumping * release: Prepare for 1.51.90 * build: Ignore -Wcast-function-type in G_DEFINE_TYPE * jsapi-dynamic-class: Use interned strings to link prototype * function: move completed trampolines out of gjs_invoke_c_function * function: Fix outdated comment * tests: Add tests for GObject-valued properties * profiler: Remove unused function in !ENABLE_PROFILER case * profiler: Don't include alloca.h when disabled * toggle: Add debug logging * context: Add more debug logging to dispose * log: Allow logging thread ID of each message * context: Shut down toggle queue before dispose notify * context: Fix usage of g_idle_add for resolving promises * release: Prepare for 1.51.91 * function: Refactor "callback blocked" message into helper function * function: Don't call into JS if on the wrong thread * Profiler: fix build on Debian/Ubuntu * Revert "build: Install suppressions files" * Remove test/travis-ci.sh * Tests: Fix failures from gjs renaming * console: Free profiler output path at different points * sysprof: Initialize buffer in SpCaptureWriter * tests: Reduce length of profiler start/stop test * overrides/Gio: Add D-Bus convenience to more proxy methods * context: Job queue should not swallow pending exceptions * overrides: Add override for Cairo that merges in imports.cairo * profiler: Don't assume layout of struct sigaction * context: Always import byteArray * Remove dead code * Gio: Remove obsolete code * tests: Add missing async test parameter * Remove unnecessary semicolons * context: dump heaps on signal * installed-tests/js: skip a test GTK dependent, if no GTK * Update tweener.js -- 48 eslint errors fixed * log: Remove unused debug topics * object: Improve lifecycle logging * engine: Free Cairo static data on shutdown * object: Ensure weak ref callback is removed on finalize * initial commit of heapgraph scripts * rename README.md to heapgraph.md * tweak heapgraph.md * heapdot.py: remove shape compression * omit 'self-hosting-global' unless explicitly targetted * release: Prepare for 1.52.1 * Merge branch 'jaszhix/gjs-tweener-fix' * Revert "engine: Free Cairo static data on shutdown" * heapgraph.py: adjust terminal output style * don't use colors in terminal output * remove unused label function * Fix UTF8 encoding for some GJS string arrays. - The function that constructs string arrays for imports and argv utilized a JS_NewStringCopyZ call instead of the proper JS_NewStringCopyUTF8Z (the input is UTF8). * Add testing for ARGV encoding changes. * Automate testing for unicode encoding. * Test new environment flag against pipeline. * object: don't use toggle references unless necessary * object: properly disassociate wrappers * context: Add API to force GC schedule * object: Queue a forced GC when toggling down * object: Only weak unref if GObject is still alive * overrides: support Gtk template callbacks * context: Ensure force_gc flag is not lost if the idle is scheduled (Closes: #150) * object: Embed wrapped object list into ObjectInstance (Closes: #142) * jsapi-util-root: Add operator!=(nullptr_t) * Support interface signal handlers * importer: Refactor awkward 'goto out' situation * log: Add gjs_debug_id() * js: Don't convert to UTF-8 just for debug logging * console: --jsversion shell option * object: Adjust arguments of method * object: Upgrade severity of toggle warning to error * jsapi-util: Remove gjs_get_type_name() * mem: Remove unused counters * importer: Retrieve names while iterating search path (Closes: #154) * function: Check for invalid closure * Remove unnecessary inline * jsapi-util-string: Fix object logging * util-root: Allow null notification functions when rooting (Closes: #144) * object: Set up a single weak ref on the context (Closes: #144) * object: Move context dispose notify to GjsContext * object: Fix unused variable * object: Change linked list size() to return size_t * object: Fix logging statement * js: Schedule a compacting GC on gjs_gc_if_needed() (Closes: #151) * boxed: Update outdated comment * boxed: Remove limitation of 256 fields * tests: Debug-log coverage output * tests: Remove unused length argument in coverage tests * tests: Correct typo in test name * jsapi-util-string: Avoid unnecessary root * boxed: Remove unnecessary roots
/usr/lib/cjs/installed-tests /usr/lib/cjs/installed-tests/cjs /usr/lib/cjs/installed-tests/cjs/GIMarshallingTests-1.0.typelib /usr/lib/cjs/installed-tests/cjs/Regress-1.0.typelib /usr/lib/cjs/installed-tests/cjs/WarnLib-1.0.typelib /usr/lib/cjs/installed-tests/cjs/debugger /usr/lib/cjs/installed-tests/cjs/debugger-test.sh /usr/lib/cjs/installed-tests/cjs/debugger/backtrace.debugger /usr/lib/cjs/installed-tests/cjs/debugger/backtrace.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/backtrace.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/breakpoint.debugger /usr/lib/cjs/installed-tests/cjs/debugger/breakpoint.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/breakpoint.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/continue.debugger /usr/lib/cjs/installed-tests/cjs/debugger/continue.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/continue.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/delete.debugger /usr/lib/cjs/installed-tests/cjs/debugger/delete.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/delete.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/detach.debugger /usr/lib/cjs/installed-tests/cjs/debugger/detach.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/detach.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/down-up.debugger /usr/lib/cjs/installed-tests/cjs/debugger/down-up.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/down-up.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/finish.debugger /usr/lib/cjs/installed-tests/cjs/debugger/finish.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/finish.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/frame.debugger /usr/lib/cjs/installed-tests/cjs/debugger/frame.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/frame.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/keys.debugger /usr/lib/cjs/installed-tests/cjs/debugger/keys.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/keys.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/next.debugger /usr/lib/cjs/installed-tests/cjs/debugger/next.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/next.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/print.debugger /usr/lib/cjs/installed-tests/cjs/debugger/print.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/print.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/quit.debugger /usr/lib/cjs/installed-tests/cjs/debugger/quit.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/quit.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/return.debugger /usr/lib/cjs/installed-tests/cjs/debugger/return.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/return.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/set.debugger /usr/lib/cjs/installed-tests/cjs/debugger/set.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/set.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/step.debugger /usr/lib/cjs/installed-tests/cjs/debugger/step.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/step.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/throw.debugger /usr/lib/cjs/installed-tests/cjs/debugger/throw.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/throw.debugger.output /usr/lib/cjs/installed-tests/cjs/debugger/until.debugger /usr/lib/cjs/installed-tests/cjs/debugger/until.debugger.js /usr/lib/cjs/installed-tests/cjs/debugger/until.debugger.output /usr/lib/cjs/installed-tests/cjs/js /usr/lib/cjs/installed-tests/cjs/js/testByteArray.js /usr/lib/cjs/installed-tests/cjs/js/testCairo.js /usr/lib/cjs/installed-tests/cjs/js/testExceptions.js /usr/lib/cjs/installed-tests/cjs/js/testFormat.js /usr/lib/cjs/installed-tests/cjs/js/testFundamental.js /usr/lib/cjs/installed-tests/cjs/js/testGDBus.js /usr/lib/cjs/installed-tests/cjs/js/testGIMarshalling.js /usr/lib/cjs/installed-tests/cjs/js/testGLib.js /usr/lib/cjs/installed-tests/cjs/js/testGObject.js /usr/lib/cjs/installed-tests/cjs/js/testGObjectClass.js /usr/lib/cjs/installed-tests/cjs/js/testGObjectDestructionAccess.js /usr/lib/cjs/installed-tests/cjs/js/testGObjectInterface.js /usr/lib/cjs/installed-tests/cjs/js/testGTypeClass.js /usr/lib/cjs/installed-tests/cjs/js/testGettext.js /usr/lib/cjs/installed-tests/cjs/js/testGio.js /usr/lib/cjs/installed-tests/cjs/js/testGtk3.js /usr/lib/cjs/installed-tests/cjs/js/testImporter.js /usr/lib/cjs/installed-tests/cjs/js/testIntrospection.js /usr/lib/cjs/installed-tests/cjs/js/testLang.js /usr/lib/cjs/installed-tests/cjs/js/testLegacyByteArray.js /usr/lib/cjs/installed-tests/cjs/js/testLegacyClass.js /usr/lib/cjs/installed-tests/cjs/js/testLegacyGObject.js /usr/lib/cjs/installed-tests/cjs/js/testLegacyGtk.js /usr/lib/cjs/installed-tests/cjs/js/testMainloop.js /usr/lib/cjs/installed-tests/cjs/js/testNamespace.js /usr/lib/cjs/installed-tests/cjs/js/testPackage.js /usr/lib/cjs/installed-tests/cjs/js/testParamSpec.js /usr/lib/cjs/installed-tests/cjs/js/testPrint.js /usr/lib/cjs/installed-tests/cjs/js/testRegress.js /usr/lib/cjs/installed-tests/cjs/js/testSignals.js /usr/lib/cjs/installed-tests/cjs/js/testSystem.js /usr/lib/cjs/installed-tests/cjs/js/testTweener.js /usr/lib/cjs/installed-tests/cjs/js/testWarnLib.js /usr/lib/cjs/installed-tests/cjs/js/testself.js /usr/lib/cjs/installed-tests/cjs/libgimarshallingtests.so /usr/lib/cjs/installed-tests/cjs/libregress.so /usr/lib/cjs/installed-tests/cjs/libwarnlib.so /usr/lib/cjs/installed-tests/cjs/minijasmine /usr/lib/cjs/installed-tests/cjs/scripts /usr/lib/cjs/installed-tests/cjs/scripts/testCommandLine.sh /usr/lib/cjs/installed-tests/cjs/scripts/testWarnings.sh /usr/share/glib-2.0/schemas/org.cinnamon.CjsTest.gschema.xml /usr/share/installed-tests /usr/share/installed-tests/cjs /usr/share/installed-tests/cjs/backtrace.test /usr/share/installed-tests/cjs/breakpoint.test /usr/share/installed-tests/cjs/continue.test /usr/share/installed-tests/cjs/delete.test /usr/share/installed-tests/cjs/detach.test /usr/share/installed-tests/cjs/down-up.test /usr/share/installed-tests/cjs/finish.test /usr/share/installed-tests/cjs/frame.test /usr/share/installed-tests/cjs/keys.test /usr/share/installed-tests/cjs/next.test /usr/share/installed-tests/cjs/print.test /usr/share/installed-tests/cjs/quit.test /usr/share/installed-tests/cjs/return.test /usr/share/installed-tests/cjs/set.test /usr/share/installed-tests/cjs/step.test /usr/share/installed-tests/cjs/testByteArray.test /usr/share/installed-tests/cjs/testCairo.test /usr/share/installed-tests/cjs/testCommandLine.sh.test /usr/share/installed-tests/cjs/testExceptions.test /usr/share/installed-tests/cjs/testFormat.test /usr/share/installed-tests/cjs/testFundamental.test /usr/share/installed-tests/cjs/testGDBus.test /usr/share/installed-tests/cjs/testGIMarshalling.test /usr/share/installed-tests/cjs/testGLib.test /usr/share/installed-tests/cjs/testGObject.test /usr/share/installed-tests/cjs/testGObjectClass.test /usr/share/installed-tests/cjs/testGObjectDestructionAccess.test /usr/share/installed-tests/cjs/testGObjectInterface.test /usr/share/installed-tests/cjs/testGTypeClass.test /usr/share/installed-tests/cjs/testGettext.test /usr/share/installed-tests/cjs/testGio.test /usr/share/installed-tests/cjs/testGtk3.test /usr/share/installed-tests/cjs/testImporter.test /usr/share/installed-tests/cjs/testIntrospection.test /usr/share/installed-tests/cjs/testLang.test /usr/share/installed-tests/cjs/testLegacyByteArray.test /usr/share/installed-tests/cjs/testLegacyClass.test /usr/share/installed-tests/cjs/testLegacyGObject.test /usr/share/installed-tests/cjs/testLegacyGtk.test /usr/share/installed-tests/cjs/testMainloop.test /usr/share/installed-tests/cjs/testNamespace.test /usr/share/installed-tests/cjs/testPackage.test /usr/share/installed-tests/cjs/testParamSpec.test /usr/share/installed-tests/cjs/testPrint.test /usr/share/installed-tests/cjs/testRegress.test /usr/share/installed-tests/cjs/testSignals.test /usr/share/installed-tests/cjs/testSystem.test /usr/share/installed-tests/cjs/testTweener.test /usr/share/installed-tests/cjs/testWarnLib.test /usr/share/installed-tests/cjs/testWarnings.sh.test /usr/share/installed-tests/cjs/testself.test /usr/share/installed-tests/cjs/throw.test /usr/share/installed-tests/cjs/until.test
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 01:30:30 2024