[all-commits] [llvm/llvm-project] 3f66bb: [libcxx testing] Remove ALLOW_RETRIES from last fu...

David Zarzycki via All-commits all-commits at lists.llvm.org
Sat May 16 04:12:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f66bb20174eb6d1f7689eeb5fbd19128d504063
      https://github.com/llvm/llvm-project/commit/3f66bb20174eb6d1f7689eeb5fbd19128d504063
  Author: David Zarzycki <dave at znu.io>
  Date:   2020-05-16 (Sat, 16 May 2020)

  Changed paths:
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp

  Log Message:
  -----------
  [libcxx testing] Remove ALLOW_RETRIES from last futures test

Like other uses of ALLOW_RETRIES, this test tried to verify that an API
returned "quickly" but quick is not safe to define given slow and/or
busy machines.

Instead, we now verify that these "wait" APIs actually wait, which the
old test did not.




More information about the All-commits mailing list