[libcxx-commits] [PATCH] D82338: [Coroutines] Fix a few failing tests
Xun Li via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 22 18:17:37 PDT 2020
lxfind created this revision.
Herald added subscribers: libcxx-commits, modocache.
Herald added a project: libc++.
Herald added a reviewer: libc++.
lxfind added reviewers: lewissbaker, modocache.
lxfind requested review of this revision.
https://reviews.llvm.org/D82029 introduced the non-throw check for final_suspend(). There are a few tests I missed in that patch.
Fixing them here.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82338
Files:
libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/await_result.pass.cpp
libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp
libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.pass.cpp
libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82338.272581.patch
Type: text/x-patch
Size: 5657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200623/b3ad568d/attachment.bin>
More information about the libcxx-commits
mailing list