Skip to content

Commit fc36376

Browse files
committed
spec_syntax.py: added expected failure on parsing multiple specs closes #1976
1 parent f6fc60f commit fc36376

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/spack/spack/test/spec_syntax.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ def test_dependencies_with_versions(self):
112112
self.check_parse("openmpi^hwloc@:1.4b7-rc3")
113113
self.check_parse("openmpi^[email protected]:1.4b7-rc3")
114114

115+
@pytest.mark.xfail
116+
def test_multiple_specs(self):
117+
self.check_parse("mvapich emacs")
118+
115119
def test_full_specs(self):
116120
self.check_parse(
117121
"mvapich_foo"

0 commit comments

Comments
 (0)