[all-commits] [llvm/llvm-project] 0c07ef: [compiler-rt] Removed unnecessary 'REQUIRES: shell...
cmtice via All-commits
all-commits at lists.llvm.org
Wed Sep 10 14:13:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c07efdebce381e87b1a68f91e9184dcd98cc5ca
https://github.com/llvm/llvm-project/commit/0c07efdebce381e87b1a68f91e9184dcd98cc5ca
Author: cmtice <cmtice at google.com>
Date: 2025-09-10 (Wed, 10 Sep 2025)
Changed paths:
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c
M compiler-rt/test/asan/TestCases/suppressions-library.cpp
M compiler-rt/test/asan/TestCases/verbose-log-path_test.cpp
M compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/ubsan/TestCases/Misc/coverage-levels.cpp
M compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp
Log Message:
-----------
[compiler-rt] Removed unnecessary 'REQUIRES: shell' from lit tests. (#157951)
As part of our work to migrate tests to use the lit internal shell by
default, this removes 'REQUIRES: shell' from tests that don't actually
require it. In one case the test was updated slightly to pass without
requiring shell.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list