[all-commits] [llvm/llvm-project] f2dd08: [Coroutines] Fix a few failing tests

Xun Li via All-commits all-commits at lists.llvm.org
Tue Jun 23 10:48:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f2dd08844c1aefc167328704b69e187de6409632
      https://github.com/llvm/llvm-project/commit/f2dd08844c1aefc167328704b69e187de6409632
  Author: Xun Li <xun at fb.com>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/multishot_func.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/oneshot_func.pass.cpp

  Log Message:
  -----------
  [Coroutines] Fix a few failing tests

Summary:
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.

Reviewers: #libc, lewissbaker, modocache, ldionne

Reviewed By: #libc, ldionne

Subscribers: dexonsmith, modocache, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D82338




More information about the All-commits mailing list