[Lldb-commits] [lldb] c08a1c7 - [lldb] Mark ObjectFileBreakpad test inputs as non-text

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 24 23:46:19 PST 2020


Author: Pavel Labath
Date: 2020-02-25T08:29:41+01:00
New Revision: c08a1c7071c43b7bd0384e71c486ad5e5546b08f

URL: https://github.com/llvm/llvm-project/commit/c08a1c7071c43b7bd0384e71c486ad5e5546b08f
DIFF: https://github.com/llvm/llvm-project/commit/c08a1c7071c43b7bd0384e71c486ad5e5546b08f.diff

LOG: [lldb] Mark ObjectFileBreakpad test inputs as non-text

These are technically text files, but the object file layer treats them
as binary, and the relevant tests verify the parsed contents byte for
byte. Git's crlf conversion can make those tests fail. Marking the files
as non-text disables that.

Added: 
    lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes b/lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes
new file mode 100644
index 000000000000..e837da359518
--- /dev/null
+++ b/lldb/test/Shell/ObjectFile/Breakpad/Inputs/.gitattributes
@@ -0,0 +1 @@
+*.syms -text


        


More information about the lldb-commits mailing list