Skip to content

Commit d8918ce

Browse files
authored
Merge pull request #80803 from compnerd/timing
utils: add `--time-tests` to lit invocation
2 parents 9efe489 + 81e0345 commit d8918ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ function Test-Compilers([Hashtable] $Platform, [switch] $TestClang, [switch] $Te
18371837
# No watchpoint support on windows: https://github.com/llvm/llvm-project/issues/24820
18381838
LLDB_TEST_USER_ARGS = "--skip-category=watchpoint";
18391839
# gtest sharding breaks llvm-lit's --xfail and LIT_XFAIL inputs: https://github.com/llvm/llvm-project/issues/102264
1840-
LLVM_LIT_ARGS = "-v --no-gtest-sharding --show-xfail";
1840+
LLVM_LIT_ARGS = "-v --no-gtest-sharding --time-tests";
18411841
# LLDB Unit tests link against this library
18421842
LLVM_UNITTEST_LINK_FLAGS = "$(Get-SwiftSDK Windows)\usr\lib\swift\windows\$($Platform.Architecture.LLVMName)\swiftCore.lib";
18431843
}

0 commit comments

Comments
 (0)