unit-tests: mark a few tests as xfail, or skip, for now

Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
Massimiliano Culpo 2024-10-12 00:19:53 +02:00
parent 32fc8c351d
commit 7a429af479
No known key found for this signature in database
GPG Key ID: 3E52BB992233066C
2 changed files with 1 additions and 3 deletions

View File

@ -770,8 +770,6 @@ def test_rpath_with_duplicate_link_deps():
# Check that the special case for Apple's clang is treated correctly
# i.e. it won't try to detect the version again
("apple-clang@=9.1.0", "x86_64", "-march=x86-64"),
# FIXME (compiler as nodes): Check mixed toolchain
# ("clang@8.0.0", "broadwell", ""),
],
)
@pytest.mark.filterwarnings("ignore:microarchitecture specific")

View File

@ -289,7 +289,7 @@ def test_failed_translate_compiler_name(_common_arch):
unknown_compiler = JsonCompilerEntry(name="unknown", version="1.0")
with pytest.raises(spack.compilers.config.UnknownCompilerError):
compiler_from_entry(unknown_compiler.compiler_json(), "/example/file")
compiler_from_entry(unknown_compiler.compiler_json(), manifest_path="/example/file")
spec_json = JsonSpecEntry(
name="packagey",