<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libcxx/test/std/experimental/optional/optional.specalg, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2018-02-01T14:54:25+00:00</updated>
<entry>
<title>Remove &lt;experimental/optional&gt;; use &lt;optional&gt; instead. See https://libcxx.llvm.org/TS_deprecation.html</title>
<updated>2018-02-01T14:54:25+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2018-02-01T14:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=040533215adb65f20380f6e94dc03acf25c60371'/>
<id>urn:sha1:040533215adb65f20380f6e94dc03acf25c60371</id>
<content type='text'>
llvm-svn: 323971
</content>
</entry>
<entry>
<title>Fix unused parameters and variables</title>
<updated>2016-12-23T23:37:52+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2016-12-23T23:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=fd838227411f3ce1fa348f1d334266231bbcc84d'/>
<id>urn:sha1:fd838227411f3ce1fa348f1d334266231bbcc84d</id>
<content type='text'>
llvm-svn: 290459
</content>
</entry>
<entry>
<title>Protect optional test under libcpp-no-exceptions</title>
<updated>2016-12-01T17:33:36+00:00</updated>
<author>
<name>Roger Ferrer Ibanez</name>
<email>roger.ferreribanez@arm.com</email>
</author>
<published>2016-12-01T17:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c9a8a5596f051c11d65bf8c61d7c2fe2d0170006'/>
<id>urn:sha1:c9a8a5596f051c11d65bf8c61d7c2fe2d0170006</id>
<content type='text'>
Replace throw with TEST_THROW and skip tests that throw exceptions

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

llvm-svn: 288379
</content>
</entry>
<entry>
<title>Fix std::experimental::optional tests. Patch from Casey Carter.</title>
<updated>2016-07-17T20:32:30+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2016-07-17T20:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=649da70defac4ce1f2236cec03d0710cfccaac12'/>
<id>urn:sha1:649da70defac4ce1f2236cec03d0710cfccaac12</id>
<content type='text'>
llvm-svn: 275732
</content>
</entry>
<entry>
<title>[libcxx] Improve tests to use the UNSUPPORTED lit directive</title>
<updated>2016-05-28T08:57:35+00:00</updated>
<author>
<name>Asiri Rathnayake</name>
<email>asiri.rathnayake@arm.com</email>
</author>
<published>2016-05-28T08:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6edc12c8867fe8d21f9abf97b160d12dc2fa3954'/>
<id>urn:sha1:6edc12c8867fe8d21f9abf97b160d12dc2fa3954</id>
<content type='text'>
Quite a few libcxx tests seem to follow the format:
 #if _LIBCPP_STD_VER &gt; X
   // Do test.
 #else
   // Empty test.
 #endif
We should instead use the UNSUPPORTED lit directive to exclude the test on
earlier C++ standards. This gives us a more accurate number of test passes
for those standards and avoids unnecessary conflicts with other lit
directives on the same tests.

Reviewers: bcraig, ericwf, mclow.lists

Differential revision: http://reviews.llvm.org/D20730

llvm-svn: 271108
</content>
</entry>
<entry>
<title>Make it possible to build a no-exceptions variant of libcxx.</title>
<updated>2015-11-10T11:41:22+00:00</updated>
<author>
<name>Asiri Rathnayake</name>
<email>asiri.rathnayake@arm.com</email>
</author>
<published>2015-11-10T11:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f520c1445f2d9cfb6153e3c125076aa6e3a76fc8'/>
<id>urn:sha1:f520c1445f2d9cfb6153e3c125076aa6e3a76fc8</id>
<content type='text'>
Fixes a small omission in libcxx that prevents libcxx being built when
-DLIBCXX_ENABLE_EXCEPTIONS=0 is specified.

This patch adds XFAILS to all those tests that are currently failing
on the new -fno-exceptions library variant. Follow-up patches will
update the tests (progressively) to cope with the new library variant.

Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a
llvm-svn: 252598
</content>
</entry>
<entry>
<title>Move test into test/std subdirectory.</title>
<updated>2014-12-20T01:40:03+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-12-20T01:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5a83710e371fe68a06e6e3876c6a2c8b820a8976'/>
<id>urn:sha1:5a83710e371fe68a06e6e3876c6a2c8b820a8976</id>
<content type='text'>
llvm-svn: 224658
</content>
</entry>
</feed>
