[PATCH] [compiler-rt] Add a symbolizer testcase for closed stdin/stdout

Alexey Samsonov vonosmas at gmail.com
Thu Mar 5 13:36:24 PST 2015


LGTM


================
Comment at: test/asan/TestCases/closed-fds.cc:18
@@ +17,3 @@
+  assert(result > 0);
+  // CHECK-OUTPUT: Closing streams.
+  close(STDIN_FILENO);
----------------
CHECK-OUTPUT doesn't seem to be needed here at all.

http://reviews.llvm.org/D7973

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






More information about the llvm-commits mailing list