Update libcxx expected_results.txt, skipped_tests.txt #812
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
except.nested/rethrow_if_nested.pass.cpp
crashes on my machine, displaying a dialog box that isn't subject to theAssertionDialogAvoider
. Accordingly, it should beSKIPPED
instead of marked as knownFAIL
.tuple.apply/apply_large_arity.pass.cpp
actually compiles on my new machine, but it consumes an astounding 18 GB of memory. This should continue to beSKIPPED
, but I'm updating the recorded reason.basic.ios.members/move.pass.cpp
is also crashing for me, so changeFAIL
toSKIPPED
.aligned_alloc()
are reliably failing to compile, and it's possible that this will be implemented in the next hundred years, so changeSKIPPED
toFAIL
.<cmath>
classification functions).system_error
tests assuming POSIX error codes are failing reliably. ChangeSKIPPED
toFAIL
so if they're fixed upstream, we'll notice.container.requirements.general/allocator_move.pass.cpp
is also asserting reliably; changeSKIPPED
toFAIL
.skipped_tests.txt
to match.I checked with @CaseyCarter about the rationales for all other
SKIPPED
tests. They are:ios.base.storage/iword.pass.cpp
etc. running 50M loops takes forever, so we want to skip that.futures.task.members/dtor.pass.cpp
triggers undefined behavior, so we should skip potential crashes.directory_entry.cons/copy.pass.cpp
and the other<filesystem>
tests might have side effects; we haven't analyzed them to see if they're safe to run (instead of, for example, recursively deleting directory trees that they shouldn't).thread.condition.condvarany/wait_terminates.sh.cpp
needs to be run specially; there's no point in trying to run it otherwise.MEOW.verify.cpp
tests needclang-verify
; our infrastructure doesn't do that.SKIPPED
so we can run the tests with the current development compiler in addition to the public VS Preview; this will vanish in the near future when VS 2019 16.7 Preview 1 is available._Exit
bug blockingthread.thread.assign/move2.pass.cpp
etc. leads to runtime misbehavior which is bestSKIPPED
.deque.modifiers/insert_iter_iter.pass.cpp
timeouts (not yet analyzed) indicate that the test is taking forever, which should beSKIPPED
until we understand the root cause.