Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Use unsupported instead of xfail in bytes.pass.cpp upstream libc++ test.
Browse files Browse the repository at this point in the history
I backported std::byte to work in C++14. Because this
test used XFAIL, the test now unexpectedly passes
instead of fails. I updated to use UNSUPPORTED
instead to avoid an unexpected pass.
  • Loading branch information
jrhemstad committed Oct 30, 2020
1 parent 5d3a916 commit 9417bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcxx/test/std/language.support/support.types/byte.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#include <type_traits>
#include "test_macros.h"

// XFAIL: c++98, c++03, c++11, c++14

// UNSUPPORTED: c++98, c++03, c++11, c++14

// If we're just building the test and not executing it, it should pass.
// UNSUPPORTED: no_execute
Expand Down

0 comments on commit 9417bad

Please sign in to comment.