[all-commits] [llvm/llvm-project] 69bd7f: [libc] Disable 'DecodeInOtherBases` test on GPU ta...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jul 21 11:15:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69bd7fae2b037c6538d531f39c25c160d8e6ff87
      https://github.com/llvm/llvm-project/commit/69bd7fae2b037c6538d531f39c25c160d8e6ff87
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
    M libc/test/src/stdlib/StrtolTest.h

  Log Message:
  -----------
  [libc] Disable 'DecodeInOtherBases` test on GPU targets

This test is excessively slow on GPU targets, taking anywhere beween 5
and 60 seconds to complete each time it's run. See
https://lab.llvm.org/buildbot/#/builders/55/builds/52203/steps/12/logs/stdio
for an example on the NVPTX buildbot. Simply disable testing this on the
GPU for now.

Reviewed By: michaelrj

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




More information about the All-commits mailing list