This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 573ea0e39 [asan] Disable 3 tests on Android O+.
new 10edf2e95 [asan] Change 3 tests from XFAIL to UNSUPPORTED.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/asan/TestCases/Linux/quarantine_size_mb.cc | 2 +-
test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc | 2 +-
test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5ff4fbf6b8b [ARM] Assert that ARMDAGToDAGISel creates valid UBFX/SBFX nodes.
new c1d6c4ab99f Require x86 for this test.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/tools/llvm-objdump/call-absolute-symbol-elf.test | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5fdc10dc8f DebugInfo: Add -gno-gnu-pubnames to allow disabling gnu-pubn [...]
new 5b2dfe4f4d [frontend] Don't include the C++ stdlib for -x assembler-with-cpp
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Frontend/InitHeaderSearch.cpp | 4 ++--
test/Frontend/nostdlib-for-asmpp.s | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
create mode 100644 test/Frontend/nostdlib-for-asmpp.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1670f60ecb [analyzer] fix test case expected warning
new 5fdc10dc8f DebugInfo: Add -gno-gnu-pubnames to allow disabling gnu-pubn [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Driver/Options.td | 1 +
lib/Driver/ToolChains/Clang.cpp | 3 ++-
test/Driver/debug-options.c | 3 +++
3 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 9710e8db7 [fuzzer] Don't run tests on Android.
new 8180617ba [asan] un-XFAIL one test
new d6bd232da [asan] Fix one more test on Android.
new 573ea0e39 [asan] Disable 3 tests on Android O+.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/asan/TestCases/Linux/quarantine_size_mb.cc | 4 ++++
test/asan/TestCases/Linux/syscalls.cc | 3 ---
test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc | 3 +++
test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc | 4 ++++
.../TestCases/Linux/sysconf_interceptor_bypass_test.cc | 8 +++++---
5 files changed, 16 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 74168725d Add a way to load an image using a library name and list of paths.
new c640c59c3 Fix path completion test case added in rL335905 on Windows
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
unittests/Interpreter/TestCompletion.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 999baf3f1ae 2018-06-28 Fritz Reese <fritzoreese(a)gmail.com>
new 25081d10b75 gcc/ChangeLog:
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/doc/sourcebuild.texi | 10 ++++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/lib/target-supports.exp | 16 ++++++++++++++++
4 files changed, 41 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 7f2c08177 [TSan] More detailed error message on failed sahdow memory madvise
new 9710e8db7 [fuzzer] Don't run tests on Android.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 264b0f3065 [analyzer] Move test to the correct directory
new 1670f60ecb [analyzer] fix test case expected warning
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/Analysis/z3-crosscheck.c | 8 --------
1 file changed, 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.