Correct XFAIL OS list after r247576

In ConstVariableTestCase::test_with_dwarf_and_run_command - the test
fails with Clang (and presumably ICC) also on FreeBSD.

llvm-svn: 247594
This commit is contained in:
Ed Maste 2015-09-14 18:40:52 +00:00
parent 2a791d7d21
commit 6052b4cd02
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ class ConstVariableTestCase(TestBase):
self.buildDsym()
self.const_variable()
@expectedFailureAll(oslist=["linux"], compiler="clang")
@expectedFailureAll(oslist=["linux"], compiler="icc")
@expectedFailureAll(oslist=["freebsd", "linux"], compiler="clang")
@expectedFailureAll(oslist=["freebsd", "linux"], compiler="icc")
@expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows")
@expectedFailureWindows("llvm.org/pr24490: We shouldn't be using platform-specific names like `getpid` in tests")
@dwarf_test