-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues needed for skipped libcxx tests #1114
Labels
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
All done! Thanks @fsb4000 and @AlexGuteniev! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The set of skipped libcxx tests in
tests/libcxx/skipped_tests.txt
contain a number of tests skipped due to STL bugs that have no corresponding GitHub issues. The set of such bugs is included under# *** STL BUGS ***
.We need to open a new GitHub issue for each of the ones below (or link to one if already exists). In addition to clear title, description, test case and expected behavior, we need to add skipped test information in the additional context, so it can be enabled once the bug is fixed. The first two, GH-1112 and GH-1113, can be used as examples.
✔️ Issue Filed
<locale>: the enum value of std::money_base is not correct #1112
STL/tests/libcxx/expected_results.txt
Lines 550 to 551 in 06827fe
<fstream>: basic_filebuf doesn't comply with setbuf(0,0) requirement in the standard #1113
STL/tests/libcxx/expected_results.txt
Lines 553 to 555 in 06827fe
<complex>: invalid conversions allowed #1256
STL/tests/libcxx/expected_results.txt
Lines 557 to 560 in 06827fe
<regex>: Error C2664 in std::regex_traits::transform #1004
STL/tests/libcxx/expected_results.txt
Lines 562 to 563 in 06827fe
<array>: std::array<T,0> doesn't compile - when type is not default constructible #942
STL/tests/libcxx/expected_results.txt
Lines 572 to 574 in 06827fe
<array>: std::array<T,0> doesn't compile - when type is not default constructible #942
STL/tests/libcxx/expected_results.txt
Lines 576 to 581 in 06827fe
<algorithm>: debug checks for predicates are observable #1006
STL/tests/libcxx/expected_results.txt
Lines 586 to 589 in 06827fe
<locale>: wrong field extraction for hexfloats, or special cases like inf #1259
STL/tests/libcxx/expected_results.txt
Lines 591 to 594 in 06827fe
<system_error>: error_category's default ctor isn't constexpr. #1116
STL/tests/libcxx/expected_results.txt
Lines 634 to 635 in 06827fe
<future>: incorrectly used copy assignment instead of copy construction in set_value #1190
STL/tests/libcxx/expected_results.txt
Lines 637 to 638 in 06827fe
<xstring>: Too many enabled hash specializations #757
STL/tests/libcxx/expected_results.txt
Lines 640 to 642 in 06827fe
<type_traits>
:aligned_storage
has incorrect alignment defaults #784STL/tests/libcxx/expected_results.txt
Lines 644 to 645 in 06827fe
<complex>: pow, incorrect type conversion #1260
STL/tests/libcxx/expected_results.txt
Lines 565 to 566 in 06827fe
<locale>: wbuffer_convert does not implement seek #1264
STL/tests/libcxx/expected_results.txt
Lines 631 to 632 in 06827fe
<locale>: missing some locale names #1275
STL/tests/libcxx/expected_results.txt
Lines 599 to 629 in 06827fe
😸 Fixed
<valarray>: slice_array's copy ctor is missing, the same with mask_array, gslice_array, indirect_array #940
STL/tests/libcxx/expected_results.txt
Lines 568 to 570 in 06827fe
<string_view>: doesn't enforce "non-array trivial standard-layout" #1261
STL/tests/libcxx/expected_results.txt
Lines 583 to 584 in 06827fe
The text was updated successfully, but these errors were encountered: