aboutsummaryrefslogtreecommitdiffstats
path: root/testing/alacritty/ignore-ft-fc-tests-font_mated.patch
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2019-03-05 13:05:58 +0100
committerHenrik Riomar <henrik.riomar@gmail.com>2019-03-05 17:40:40 +0100
commitafa80be363cdaa2566750db5a460149e752cf959 (patch)
treeb62f39d29efa2c67cb46776b5ed1342a288d080e /testing/alacritty/ignore-ft-fc-tests-font_mated.patch
parent605d651b11d9cf3592bcf8fa5eca26689b7c430b (diff)
downloadaports-afa80be363cdaa2566750db5a460149e752cf959.tar.bz2
aports-afa80be363cdaa2566750db5a460149e752cf959.tar.xz
testing/alacritty: check()
Ignore two tests that fails: one depends on X running and the other on a specific font The X server requring test could possibly be solved with spin up xvfb
Diffstat (limited to 'testing/alacritty/ignore-ft-fc-tests-font_mated.patch')
-rw-r--r--testing/alacritty/ignore-ft-fc-tests-font_mated.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/alacritty/ignore-ft-fc-tests-font_mated.patch b/testing/alacritty/ignore-ft-fc-tests-font_mated.patch
new file mode 100644
index 0000000000..1c66bc2b6e
--- /dev/null
+++ b/testing/alacritty/ignore-ft-fc-tests-font_mated.patch
@@ -0,0 +1,26 @@
+From bf9bf36b7eee338ceb0605f61b575eb9e1150d34 Mon Sep 17 00:00:00 2001
+From: Henrik Riomar <henrik.riomar@gmail.com>
+Date: Tue, 5 Mar 2019 12:21:44 +0100
+Subject: [PATCH] ignore ft::fc::tests::font_mated
+
+Due to:
+ 'ft::fc::tests::font_match' panicked at 'match font monospace', libcore/option.rs:1008:5h
+---
+ font/src/ft/fc/mod.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/font/src/ft/fc/mod.rs b/font/src/ft/fc/mod.rs
+index 5e5deb0..285de66 100644
+--- a/font/src/ft/fc/mod.rs
++++ b/font/src/ft/fc/mod.rs
+@@ -306,6 +306,7 @@ mod tests {
+ use super::*;
+
+ #[test]
++ #[ignore]
+ fn font_match() {
+ let mut pattern = Pattern::new();
+ pattern.add_family("monospace");
+--
+2.21.0
+