Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/libcxx/expected_results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,11 @@ std/thread/macro.pass.cpp:1 FAIL
std/depr/depr.c.headers/tgmath_h.pass.cpp:1 FAIL


# *** CLANG FEATURES NOT YET IMPLEMENTED ***
# P0960R3 "Allow initializing aggregates from a parenthesized list of values"
std/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp SKIPPED # TRANSITION, VS 2019 16.8 p3


# *** CLANG ISSUES, NOT YET ANALYZED ***
# Clang doesn't enable sized deallocation by default. Should we add -fsized-deallocation or do something else?
std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.pass.cpp:1 FAIL
Expand Down
5 changes: 5 additions & 0 deletions tests/libcxx/skipped_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,11 @@ thread\macro.pass.cpp
depr\depr.c.headers\tgmath_h.pass.cpp


# *** CLANG FEATURES NOT YET IMPLEMENTED ***
# P0960R3 "Allow initializing aggregates from a parenthesized list of values"
utilities\tuple\tuple.tuple\tuple.creation\tuple_cat.pass.cpp


# *** CLANG ISSUES, NOT YET ANALYZED ***
# Clang doesn't enable sized deallocation by default. Should we add -fsized-deallocation or do something else?
language.support\support.dynamic\new.delete\new.delete.array\sized_delete_array_fsizeddeallocation.pass.cpp
Expand Down