[all-commits] [llvm/llvm-project] 4ff1e3: Revert [lit] Synthesize artificial deadline

Reid Kleckner via All-commits all-commits at lists.llvm.org
Thu Oct 17 10:44:20 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ff1e34b606d9a9fcfd8b8b5449a558315af94e5
      https://github.com/llvm/llvm-project/commit/4ff1e34b606d9a9fcfd8b8b5449a558315af94e5
  Author: Reid Kleckner <rnk at google.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M llvm/utils/lit/lit/run.py

  Log Message:
  -----------
  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.

llvm-svn: 375143




More information about the All-commits mailing list