History log of /external/libcxx/test/std/thread/futures/futures.task/futures.task.members/reset.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e3a71a295ed9412bb34ab125c98380498a608b1a 06-Oct-2016 Asiri Rathnayake <asiri.rathnayake@arm.com> [libcxx] Recover no-exceptions XFAILs - I

First batch of changes to get some of these XFAILs working in the
no-exceptions libc++ variant.

Changed some XFAILs to UNSUPPORTED where the test is all about exception
handling. In other cases, used the test macros TEST_THROW and
TEST_HAS_NO_EXCEPTIONS to conditionally exclude those parts of the test
that concerns exception handling behaviour.

Reviewers: EricWF, mclow.lists

Differential revision: https://reviews.llvm.org/D24562

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@283441 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/reset.pass.cpp
68db6cdf1b0a4a4582756d581e977c47f1fa57d0 01-Jun-2016 Eric Fiselier <eric@efcs.ca> Cleanup non-standard tests as reported by STL@microsoft.com. NFC.

This patch addresses the following issues in the test suite:

1. Move "std::bad_array_length" test from std/ to libcxx/ test directory
since the feature is not a part of the standard.

2. Rename "futures.tas" test directory to "futures.task" since that is the
correct stable name.

3. Move tests for "packaged_task<T>::result_type" from std/ to libcxx/
test directory since the typedef is a libc++ extension.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271430 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/reset.pass.cpp