[all-commits] [llvm/llvm-project] 33601f: [llvm-lit][test] Fix regex to capture scientific n...

gbreynoo via All-commits all-commits at lists.llvm.org
Tue Oct 25 08:06:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33601f4255402c5cffbefc836f35678d368906de
      https://github.com/llvm/llvm-project/commit/33601f4255402c5cffbefc836f35678d368906de
  Author: gbreynoo <owen.reynolds at sony.com>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    M llvm/utils/lit/tests/test-output-micro.py
    M llvm/utils/lit/tests/test-output.py

  Log Message:
  -----------
  [llvm-lit][test] Fix regex to capture scientific notation

We were seeing an intermittent local test failure of
utils\lit\tests\test-output.py in which the elapsed time output was
being given in scientific notation. Python automatically represents
small floating-point values in scientific notation so I have altered
these tests regex to capture output in that format.

Differential Revision: https://reviews.llvm.org/D136469




More information about the All-commits mailing list