[all-commits] [llvm/llvm-project] cdf940: [OpenMP][OMPT][NFC] Fix flaky test

Joachim via All-commits all-commits at lists.llvm.org
Sun Nov 29 10:17:12 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: cdf9401df84ef382467d1ca1c1c458c11fd6043a
      https://github.com/llvm/llvm-project/commit/cdf9401df84ef382467d1ca1c1c458c11fd6043a
  Author: Joachim Protze <protze at itc.rwth-aachen.de>
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
    M openmp/runtime/test/ompt/tasks/dependences.c

  Log Message:
  -----------
  [OpenMP][OMPT][NFC] Fix flaky test

The test had a chance to finish the first task before the second task is
created. In this case, the dependences-pair event would not trigger.


  Commit: 723be4042a3aa38523c60b1dd96b20448053c41e
      https://github.com/llvm/llvm-project/commit/723be4042a3aa38523c60b1dd96b20448053c41e
  Author: Joachim Protze <protze at itc.rwth-aachen.de>
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
    M openmp/runtime/test/ompt/tasks/serialized.c

  Log Message:
  -----------
  [OpenMP][OMPT][NFC] Fix failing test

The test would fail for gcc, when built with debug flag.


Compare: https://github.com/llvm/llvm-project/compare/a813090072c0...723be4042a3a


More information about the All-commits mailing list