Correct failure decorator in test_fd_leak_multitarget
authorEd Maste <emaste@freebsd.org>
Mon, 29 Jun 2015 15:26:45 +0000 (15:26 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 29 Jun 2015 15:26:45 +0000 (15:26 +0000)
commitbcc976a4434787fefdc0a75835f00669c7338db0
tree1a72194ec8c3fd8fd2bcf3f53fb7f4c0d288504c
parenta081002bdd954673e15dcd4f6fae8df356d7906e
Correct failure decorator in test_fd_leak_multitarget

The random module in Python 2.7.8 and later leaks /dev/[u]random into
children. The test is expected to fail, not be flakey.

This will be fixed in Python 2.7.10 for some operating systems, but not
all e.g. OS X 10.4.

llvm.org/pr23983
bugs.freebsd.org/197376
bugs.python.org/issue23458

llvm-svn: 240958
lldb/test/functionalities/avoids-fd-leak/TestFdLeak.py