temporarily blacklisting a test case causing hangs on Mac OS X

llvm-svn: 136791
This commit is contained in:
Enrico Granata 2011-08-03 17:20:19 +00:00
parent 0524b8d1f4
commit 9bb48e6407
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ blacklist = {'IntegerTypesExprTestCase': 'This test class crashed',
}
"""
blacklist = {'STLTestCase': '<rdar://problem/8837118> Crashed while running the entire test suite'
blacklist = {'STLTestCase': '<rdar://problem/8837118> Crashed while running the entire test suite',
'LoadUnloadTestCase' : 'taking down debugserver and causing the whole test suite to hang'
# To skip this test case: ./dotest.py -b blacklist.py -v -w 2> ~/Developer/Log/lldbtest.log
}