[libcxx-commits] [PATCH] D113643: [DO NOT COMMIT] Test for libcxx CI if it could pass

Chuanqi Xu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 10 20:42:43 PST 2021


ChuanqiXu created this revision.
ChuanqiXu added a project: libc++.
Herald added a subscriber: lxfind.
ChuanqiXu requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

In D109433 <https://reviews.llvm.org/D109433>, I found that the test ` libcxx/gdb/gdb_pretty_printer_test.sh.cpp` would fail all the way. But it is odd since the test is irrelevant with coroutine so I think it shouldn't be affected. (And I found that it is not easy to run the test locally). So I sent this empty diff to observe if it would pass without my changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113643

Files:
  libcxx/include/experimental/coroutine


Index: libcxx/include/experimental/coroutine
===================================================================
--- libcxx/include/experimental/coroutine
+++ libcxx/include/experimental/coroutine
@@ -10,6 +10,8 @@
 #ifndef _LIBCPP_EXPERIMENTAL_COROUTINE
 #define _LIBCPP_EXPERIMENTAL_COROUTINE
 
+
+
 /**
     experimental/coroutine synopsis
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113643.386411.patch
Type: text/x-patch
Size: 345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211111/525844ce/attachment.bin>


More information about the libcxx-commits mailing list