Skip to content

Commit

Permalink
Merge pull request #24 from JDevlieghere/xfail-indirect-enum-vars
Browse files Browse the repository at this point in the history
XFAIL TestIndirectEnumVariables.py
  • Loading branch information
shahmishal authored Oct 25, 2019
2 parents 4ccca56 + 4f811ae commit a53a298
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ class TestIndirectEnumVariables(TestBase):

@swiftTest
@skipIf(bugnumber='rdar://27568868', oslist=['linux'])
@expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"])
def test_indirect_cases_variables(self):
"""Tests that indirect Enum variables display correctly when cases are indirect"""
self.build()
self.do_test("indirect case break here")

@swiftTest
@skipIf(bugnumber='rdar://27568868', oslist=['linux'])
@expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"])
def test_indirect_enum_variables(self):
"""Tests that indirect Enum variables display correctly when enum is indirect"""
self.build()
Expand Down

0 comments on commit a53a298

Please sign in to comment.