mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 15:40:53 +00:00
rebase of the patches
This commit is contained in:
parent
3b666487d6
commit
8c5b4fde2a
@ -1,7 +1,7 @@
|
||||
Index: llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
|
||||
Index: llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_12~++20201106065108+c9559890463.orig/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
|
||||
--- llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce.orig/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
|
||||
@@ -11,6 +11,8 @@
|
||||
// template<class RealType, size_t bits, class URNG>
|
||||
// RealType generate_canonical(URNG& g);
|
||||
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxx/test/std/n
|
||||
#include <random>
|
||||
#include <cassert>
|
||||
|
||||
Index: llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxx/test/std/re/re.traits/isctype.pass.cpp
|
||||
Index: llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce/libcxx/test/std/re/re.traits/isctype.pass.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_12~++20201106065108+c9559890463.orig/libcxx/test/std/re/re.traits/isctype.pass.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxx/test/std/re/re.traits/isctype.pass.cpp
|
||||
--- llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce.orig/libcxx/test/std/re/re.traits/isctype.pass.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce/libcxx/test/std/re/re.traits/isctype.pass.cpp
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
// bool isctype(charT c, char_class_type f) const;
|
||||
@ -23,23 +23,23 @@ Index: llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxx/test/std/r
|
||||
|
||||
#include <regex>
|
||||
#include <cassert>
|
||||
Index: llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxxabi/test/catch_multi_level_pointer.pass.cpp
|
||||
Index: llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce/libcxxabi/test/catch_multi_level_pointer.pass.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_12~++20201106065108+c9559890463.orig/libcxxabi/test/catch_multi_level_pointer.pass.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxxabi/test/catch_multi_level_pointer.pass.cpp
|
||||
@@ -12,6 +12,8 @@
|
||||
// XFAIL: with_system_cxx_lib=macosx10.10
|
||||
// XFAIL: with_system_cxx_lib=macosx10.9
|
||||
--- llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce.orig/libcxxabi/test/catch_multi_level_pointer.pass.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce/libcxxabi/test/catch_multi_level_pointer.pass.cpp
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
// UNSUPPORTED: no-exceptions
|
||||
|
||||
+// XFAIL: *
|
||||
+
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
Index: llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
|
||||
Index: llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_12~++20201106065108+c9559890463.orig/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201106065108+c9559890463/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
|
||||
--- llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce.orig/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201107101449+5d3332bc3ce/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
|
||||
@@ -15,6 +15,8 @@
|
||||
|
||||
// template <class T, class... Args> void construct(T* p, Args&&... args);
|
||||
|
Loading…
Reference in New Issue
Block a user