Skip to content

Commit

Permalink
gjs: disable introspection tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amaxine committed Apr 2, 2024
1 parent c9f3dba commit 4b1abff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/gjs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ in stdenv.mkDerivation (finalAttrs: {

# Allow installing installed tests to a separate output.
./installed-tests-path.patch

# Disable introspection test in installed tests
# (minijasmine:1317): GLib-GIO-WARNING **: 17:33:39.556: Error creating IO channel for /proc/self/mountinfo: No such file or directory (g-io-error-quark, 1)
./disable-introspection-test.patch
];

nativeBuildInputs = [
Expand Down
12 changes: 12 additions & 0 deletions pkgs/development/libraries/gjs/disable-introspection-test.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/installed-tests/js/meson.build b/installed-tests/js/meson.build
index 07759690..43c87c59 100644
--- a/installed-tests/js/meson.build
+++ b/installed-tests/js/meson.build
@@ -123,7 +123,6 @@ jasmine_tests = [
'GTypeClass',
'Importer',
'Importer2',
- 'Introspection',
'Lang',
'LegacyByteArray',
'LegacyClass',

0 comments on commit 4b1abff

Please sign in to comment.