This revision was automatically updated to reflect the committed changes.
Closed by commit rGa9740ff1585a: Update system_error tests for more platforms.
(authored by danalbert).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D35732/new/
https://review
danalbert updated this revision to Diff 249989.
danalbert changed the repository for this revision from rL LLVM to rG LLVM
Github Monorepo.
danalbert added a project: libc++.
danalbert added a comment.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
PTAL
Repository:
mclow.lists added inline comments.
Comment at:
test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp:35
+// Exact message format varies by platform.
+LIBCPP_ASSERT(msg == "Unknown error -1" || msg == "Unknown error" ||
+
danalbert created this revision.
Old versions of Android used the "Unknown error: -1" format.
Repository:
rL LLVM
https://reviews.llvm.org/D35732
Files:
test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
test/std/diagnostics/syserr/syserr.errcat/s