[llvm-commits] [llvm] r75795 - /llvm/trunk/test/Assembler/dev-full.ll

Dan Gohman gohman at apple.com
Wed Jul 15 09:47:02 PDT 2009


Author: djg
Date: Wed Jul 15 11:47:02 2009
New Revision: 75795

URL: http://llvm.org/viewvc/llvm-project?rev=75795&view=rev
Log:
Add a testcase for raw_ostream error checking.

Added:
    llvm/trunk/test/Assembler/dev-full.ll

Added: llvm/trunk/test/Assembler/dev-full.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/dev-full.ll?rev=75795&view=auto

==============================================================================
--- llvm/trunk/test/Assembler/dev-full.ll (added)
+++ llvm/trunk/test/Assembler/dev-full.ll Wed Jul 15 11:47:02 2009
@@ -0,0 +1,3 @@
+; RUN: not llvm-as < %s > /dev/full 2>/dev/null
+
+; raw_ostream should detect write errors.





More information about the llvm-commits mailing list