mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 10:40:59 +00:00
Fix an issue in the patch
This commit is contained in:
parent
da8ed539a5
commit
22f110441e
@ -1,16 +1,7 @@
|
||||
Index: llvm-toolchain-snapshot_3.5~svn197156/lldb/test/dotest.py
|
||||
Index: llvm-toolchain-snapshot_3.5~svn197241/lldb/test/dotest.py
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.5~svn197156.orig/lldb/test/dotest.py 2013-12-13 12:57:06.164107995 +0100
|
||||
+++ llvm-toolchain-snapshot_3.5~svn197156/lldb/test/dotest.py 2013-12-13 13:00:27.300114432 +0100
|
||||
@@ -675,7 +675,7 @@
|
||||
|
||||
if args.q:
|
||||
noHeaders = True
|
||||
- parsable = False
|
||||
+ parsable = True
|
||||
|
||||
if args.P and not args.v:
|
||||
progress_bar = True
|
||||
--- llvm-toolchain-snapshot_3.5~svn197241.orig/lldb/test/dotest.py 2013-12-12 02:42:17.000000000 +0100
|
||||
+++ llvm-toolchain-snapshot_3.5~svn197241/lldb/test/dotest.py 2013-12-13 17:41:36.892654261 +0100
|
||||
@@ -1609,8 +1609,8 @@
|
||||
def addSuccess(self, test):
|
||||
global parsable
|
||||
@ -44,10 +35,10 @@ Index: llvm-toolchain-snapshot_3.5~svn197156/lldb/test/dotest.py
|
||||
|
||||
def addUnexpectedSuccess(self, test, bugnumber):
|
||||
global sdir_has_content
|
||||
Index: llvm-toolchain-snapshot_3.5~svn197156/lldb/test/unittest2/runner.py
|
||||
Index: llvm-toolchain-snapshot_3.5~svn197241/lldb/test/unittest2/runner.py
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.5~svn197156.orig/lldb/test/unittest2/runner.py 2013-09-25 22:47:51.000000000 +0200
|
||||
+++ llvm-toolchain-snapshot_3.5~svn197156/lldb/test/unittest2/runner.py 2013-12-13 13:49:34.540208744 +0100
|
||||
--- llvm-toolchain-snapshot_3.5~svn197241.orig/lldb/test/unittest2/runner.py 2013-12-13 17:40:36.080652315 +0100
|
||||
+++ llvm-toolchain-snapshot_3.5~svn197241/lldb/test/unittest2/runner.py 2013-12-13 17:40:36.076652315 +0100
|
||||
@@ -171,9 +171,9 @@
|
||||
if hasattr(result, 'separator2'):
|
||||
self.stream.writeln(result.separator2)
|
||||
|
Loading…
Reference in New Issue
Block a user