From 981986cdfc46a49af3eecf7383181ac235b494cd Mon Sep 17 00:00:00 2001 From: Asiri Rathnayake Date: Fri, 3 Jun 2016 21:40:03 +0000 Subject: [libcxx] Fix c++98 test failures. Adds XFAIL/UNSUPPORTED lit tags as appropriate. Gets a clean test run for -std=c++98 on Fedora 20. NFC. llvm-svn: 271741 --- libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp | 2 +- libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/test/std/algorithms/alg.sorting') diff --git a/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp b/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp index e0d8127a7b7..7067227119c 100644 --- a/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp +++ b/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // -// XFAIL: c++03, c++11, c++14 +// XFAIL: c++98, c++03, c++11, c++14 // template // const T& diff --git a/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp b/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp index 838aaed9a3f..2592f904fd2 100644 --- a/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp +++ b/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // -// XFAIL: c++03, c++11, c++14 +// XFAIL: c++98, c++03, c++11, c++14 // template // const T& -- cgit v1.2.3