From 2fd577fdf7293c0d9ecc506bdcb027fba238c024 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Mon, 22 Apr 2019 02:41:19 -0400
Subject: tests/*_is_concerned.sh: Mark two tests as XFAIL

---
(limited to 'tests')

diff --git a/tests/arch_is_concerned.sh b/tests/arch_is_concerned.sh
index 7614dad..8398b42 100755
--- a/tests/arch_is_concerned.sh
+++ b/tests/arch_is_concerned.sh
@@ -123,12 +123,12 @@ main()
 		'amd64-linux-glibc all'
 	command_ok_ \
 		'HOST "i686-linux-glibc" DOES NOT MATCH ARCH '$(: \
-			)'"amd64-linux-glibc all"' --\
+			)'"amd64-linux-glibc all"' -- \
 		not arch_is_concerned \
 		'i686-linux-glibc' \
 		'amd64-linux-glibc all'
 	command_ok_ \
-		'HOST "all" DOES MATCH ARCH "amd64-linux-glibc all"' -- \
+		'HOST "all" DOES MATCH ARCH "amd64-linux-glibc all"' -D TODO --\
 		arch_is_concerned \
 		'all' \
 		'amd64-linux-glibc all'
diff --git a/tests/plat_is_concerned.sh b/tests/plat_is_concerned.sh
index 0905a22..bec0fa3 100755
--- a/tests/plat_is_concerned.sh
+++ b/tests/plat_is_concerned.sh
@@ -119,7 +119,7 @@ main()
 		'ao751h' \
 		'dev all'
 	command_ok_ \
-		'HOST "all" DOES MATCH PLAT "dev all"' -- \
+		'HOST "all" DOES MATCH PLAT "dev all"' -D TODO -- \
 		plat_is_concerned \
 		'all' \
 		'dev all'
--
cgit v0.9.1