Temporarily skip 2 failing tests after llvm10 import

PR:		244732
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu
2020-03-11 12:43:54 +00:00
parent f95988cc0e
commit 0fc06121ac
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -270,6 +270,9 @@ ATF_TC_BODY(symbol_lookup, tc)
u_long saved;
int error;
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/244732");
phdl = start_prog(tc, false);
error = proc_name2sym(phdl, target_prog_file, "main", &main_sym, NULL);