Add a FIXME.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 31 Mar 2010 19:14:05 +0000 (19:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 31 Mar 2010 19:14:05 +0000 (19:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100034 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/lit/TestRunner.py

index 5d008de76d45701cd65e8f29c050e14b33de36e3..d10e4b030d8aa2a82c7df40aae273cef7d2bf7e4 100644 (file)
@@ -114,6 +114,8 @@ def executeShCmd(cmd, cfg, cwd, results):
                     else:
                         r[2] = open(r[0], r[1])
                     # Workaround a Win32 and/or subprocess bug when appending.
+                    #
+                    # FIXME: Actually, this is probably an instance of PR6753.
                     if r[1] == 'a':
                         r[2].seek(0, 2)
                     opened_files.append(r[2])