[Openmp-commits] [PATCH] D58002: [OMPT] Remove test output from source tree

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Feb 9 09:19:09 PST 2019


Hahnfeld created this revision.
Hahnfeld added reviewers: protze.joachim, hbae, AndreyChurbanov.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.

%s refers to the test file in the source tree. This was accidentally added in
r351197 / 2b46d30 <https://reviews.llvm.org/rG2b46d30fc7049fc5cc5b9f98df654509bb4d61a2> ("[OMPT] Second chunk of final OMPT 5.0 interface updates").


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D58002

Files:
  openmp/runtime/test/ompt/tasks/explicit_task.c


Index: openmp/runtime/test/ompt/tasks/explicit_task.c
===================================================================
--- openmp/runtime/test/ompt/tasks/explicit_task.c
+++ openmp/runtime/test/ompt/tasks/explicit_task.c
@@ -1,4 +1,4 @@
-// RUN: %libomp-compile-and-run | %sort-threads | tee %s.out | FileCheck %s
+// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
 // REQUIRES: ompt
 // UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
 #define TEST_NEED_PRINT_FRAME_FROM_OUTLINED_FN


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58002.186119.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190209/cd13fb7f/attachment.bin>


More information about the Openmp-commits mailing list