[all-commits] [llvm/llvm-project] 3277aa: [libcxx] [test] Skip timezone formatting tests on ...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Thu Jul 13 23:54:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3277aaae6feca4960b6546d20c17bcd796934a52
      https://github.com/llvm/llvm-project/commit/3277aaae6feca4960b6546d20c17bcd796934a52
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M libcxx/test/std/time/time.syn/formatter.file_time.pass.cpp
    M libcxx/test/std/time/time.syn/formatter.sys_time.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Skip timezone formatting tests on Windows

While these tests do pass in the CI environment, they fail elsewhere.
On GitHub Action runners, they produce '+0000' instead of '-0000' for
the UTC offset, and on local machines, it outputs the UTC offset of
the local timezone.

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




More information about the All-commits mailing list