]> granicus.if.org Git - llvm/commit
Revert [lit] Synthesize artificial deadline
authorReid Kleckner <rnk@google.com>
Thu, 17 Oct 2019 17:44:35 +0000 (17:44 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 17 Oct 2019 17:44:35 +0000 (17:44 +0000)
commit88d01bc2df9c584c7cb1d1914b5b76251d1d600b
treedbd08578d9238124a83121e9092e60d200b38f6c
parent40eb6f64fe1b15ce246242360ee3a2eaf2401fd2
Revert [lit] Synthesize artificial deadline

Python on Windows raises this OverflowError:
      gotit = waiter.acquire(True, timeout)
  OverflowError: timestamp too large to convert to C _PyTime_t

So it seems this API behave the same way on every OS.

Also reverts the dependent commit a660dc590a5e8dafa1ba6ed56447ede151d17bd9.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375143 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/run.py