[Lldb-commits] [PATCH] Avoid leaking log file descriptors into the inferior process.

Tamas Berghammer tberghammer at google.com
Wed Feb 4 10:01:55 PST 2015


================
Comment at: test/functionalities/avoids-fd-leak/TestFdLeak.py:19
@@ +18,3 @@
+
+    @expectedFailureWindows("The check for descriptor leakage needs to be implemented differently")
+    def test_fd_leak_log (self):
----------------
I think the test should be marked as skipped instead of expected failure because it is a problem in the test suit and not in lldb itself.

http://reviews.llvm.org/D7412

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list