Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mutter
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GNOME
mutter
Commits
9c8b8022
Commit
9c8b8022
authored
3 years ago
by
Jeremy Bícha
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to skip broken build test
parent
07fbb00a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/patches/tests-Disable-broken-test.patch
+50
-0
50 additions, 0 deletions
debian/patches/tests-Disable-broken-test.patch
with
51 additions
and
0 deletions
debian/patches/series
+
1
−
0
View file @
9c8b8022
...
...
@@ -7,3 +7,4 @@ debian/tests-Tag-unstable-tests-as-flaky.patch
debian/tests-Do-not-run-screencast-tests.patch
debian/meson-Do-not-mark-CI-test-tools-as-required.patch
debian/tests-skip-monitor-width-size-check-as-it-may-lead-to-une.patch
tests-Disable-broken-test.patch
This diff is collapsed.
Click to expand it.
debian/patches/tests-Disable-broken-test.patch
0 → 100644
+
50
−
0
View file @
9c8b8022
From: Jeremy Bicha <jeremy.bicha@canonical.com>
Date: Tue, 16 Aug 2022 09:50:06 -0400
Subject: tests: Disable broken test
There is no x11-test.sh
https://gitlab.gnome.org/GNOME/mutter/-/issues/2385
---
src/tests/meson.build | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/tests/meson.build b/src/tests/meson.build
index dfedb44..fb7ab7e 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -478,20 +478,20 @@
if have_kvm_tests or have_tty_tests
endif
endif
-if have_x11
- test('x11', xvfb,
- args: [
- xvfb_args,
- find_program('x11-test.sh').full_path(),
- mutter.full_path(),
- ],
- depends: [mutter],
- suite: ['core', 'mutter/x11'],
- env: test_env,
- is_parallel: false,
- timeout: 60,
- )
-endif
+#if have_x11
+# test('x11', xvfb,
+# args: [
+# xvfb_args,
+# find_program('x11-test.sh').full_path(),
+# mutter.full_path(),
+# ],
+# depends: [mutter],
+# suite: ['core', 'mutter/x11'],
+# env: test_env,
+# is_parallel: false,
+# timeout: 60,
+# )
+#endif
tools_test_env = test_env
tools_test_env.set('G_DEBUG', 'fatal-warnings')
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment