Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
722d335e
Commit
722d335e
authored
3 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
main/spice: disable test-record test, broken on big-endian
parent
eca0c5cb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/spice/APKBUILD
+4
-2
4 additions, 2 deletions
main/spice/APKBUILD
main/spice/failing-tests.patch
+2
-2
2 additions, 2 deletions
main/spice/failing-tests.patch
with
6 additions
and
4 deletions
main/spice/APKBUILD
+
4
−
2
View file @
722d335e
...
...
@@ -66,5 +66,7 @@ server() {
mv
"
$pkgdir
"
/usr/lib/
*
server.so.
*
"
$subpkgdir
"
/usr/lib/
}
sha512sums
=
"9ecdc455ff25c71ac1fe6c576654b51efbfb860110bd6828065d23f7462d5c5cac772074d1a40f033386258d970b77275b2007bcfdffb23fdff2137154ea46e4 spice-0.14.3.tar.bz2
10104feb05ce9d70074cad58efb9772cc8521666ea1c694bedf5c3ecfaa15a755324ac989b94d3be61e69be4286ab8369b900452fe98864596dcbc45d4a896b5 failing-tests.patch"
sha512sums
=
"
9ecdc455ff25c71ac1fe6c576654b51efbfb860110bd6828065d23f7462d5c5cac772074d1a40f033386258d970b77275b2007bcfdffb23fdff2137154ea46e4 spice-0.14.3.tar.bz2
15b8abdabbed501b67562497a37bfd2e622373a48b6e5c5e3b0271ecf06af0b19d0483d687714d08ea7bd2ad04d2152ec2a6ae91521d456fe8caf4a8e0b4e548 failing-tests.patch
"
This diff is collapsed.
Click to expand it.
main/spice/failing-tests.patch
+
2
−
2
View file @
722d335e
...
...
@@ -2,12 +2,12 @@ diff --git a/server/tests/meson.build b/server/tests/meson.build
index 09ba0f2..9833746 100644
--- a/server/tests/meson.build
+++ b/server/tests/meson.build
@@ -50,7 +50,
6
@@
tests = [
@@ -50,7 +50,
5
@@
tests = [
['test-empty-success', true],
['test-channel', true],
['test-stream-device', true],
- ['test-listen', true],
['test-record', true],
-
['test-record', true],
['test-display-no-ssl', false],
['test-display-streaming', false],
@@ -60,10 +59,6 @@
tests = [
...
...
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