Skip to content

Commit ccf592b

Browse files
[windows] move llvm test overrides to the llvm-project repository
1 parent 9adbf75 commit ccf592b

File tree

1 file changed

+184
-0
lines changed

1 file changed

+184
-0
lines changed
Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
# build.ps1 overrides the status of each test in this file when LLVM tests are run with lit.
2+
#
3+
# Prefer `xfail` for tests that fail reliably. Use `skip` for flaky tests.
4+
# Test summaries call them "excluded". Please find the right "Tests that ..."
5+
# category for new entries.
6+
7+
### Tests that fail reliably ###
8+
9+
xfail lldb-api :: lang/cpp/unique-types4/TestUniqueTypes4.py
10+
xfail lldb-shell :: Recognizer/verbose_trap.test
11+
xfail lldb-shell :: Swift/MissingVFSOverlay.test
12+
xfail lldb-shell :: Swift/No.swiftmodule.test
13+
xfail lldb-shell :: Swift/ToolchainMismatch.test
14+
xfail lldb-shell :: Swift/global.test
15+
xfail lldb-shell :: Swift/runtime-initialization.test
16+
xfail lldb-shell :: SwiftREPL/BreakpointSimple.test
17+
xfail lldb-shell :: SwiftREPL/ClosureScope.test
18+
xfail lldb-shell :: SwiftREPL/ExistentialTypes.test
19+
xfail lldb-shell :: SwiftREPL/LookupAfterImport.test
20+
xfail lldb-shell :: SwiftREPL/LookupWithAttributedImport.test
21+
xfail lldb-shell :: SwiftREPL/OpenClass.test
22+
xfail lldb-shell :: SwiftREPL/OptionalUnowned.test
23+
xfail lldb-shell :: SwiftREPL/RedirectInputUnreadable.test
24+
xfail lldb-shell :: SwiftREPL/SwiftInterface.test
25+
26+
### Tests that pass locally, but fail in CI reliably ###
27+
28+
# https://github.com/swiftlang/llvm-project/issues/9539
29+
xfail lldb-shell :: SwiftREPL/Basic.test
30+
xfail lldb-shell :: SwiftREPL/Class.test
31+
xfail lldb-shell :: SwiftREPL/ComputedProperties.test
32+
xfail lldb-shell :: SwiftREPL/Deadlock.test
33+
xfail lldb-shell :: SwiftREPL/DiagnosticOptions.test
34+
xfail lldb-shell :: SwiftREPL/Dict.test
35+
xfail lldb-shell :: SwiftREPL/ErrorReturn.test
36+
xfail lldb-shell :: SwiftREPL/ExclusivityREPL.test
37+
xfail lldb-shell :: SwiftREPL/GenericTypealias.test
38+
xfail lldb-shell :: SwiftREPL/Generics.test
39+
xfail lldb-shell :: SwiftREPL/ImportError.test
40+
xfail lldb-shell :: SwiftREPL/MetatypeRepl.test
41+
xfail lldb-shell :: SwiftREPL/Optional.test
42+
xfail lldb-shell :: SwiftREPL/PropertyWrapperTopLevel.test
43+
xfail lldb-shell :: SwiftREPL/RecursiveClass.test
44+
xfail lldb-shell :: SwiftREPL/Redefinition.test
45+
xfail lldb-shell :: SwiftREPL/RedirectInput.test
46+
xfail lldb-shell :: SwiftREPL/RedirectInputNoSuchFile.test
47+
xfail lldb-shell :: SwiftREPL/Regex.test
48+
xfail lldb-shell :: SwiftREPL/SimpleExpressions.test
49+
xfail lldb-shell :: SwiftREPL/Struct.test
50+
xfail lldb-shell :: SwiftREPL/Subclassing.test
51+
xfail lldb-shell :: SwiftREPL/SwiftInterfaceForceModuleLoadMode.test
52+
xfail lldb-shell :: SwiftREPL/SwiftTypeLookup.test
53+
xfail lldb-shell :: SwiftREPL/SyntaxError.test
54+
xfail lldb-shell :: SwiftREPL/UninitVariables.test
55+
xfail lldb-shell :: SwiftREPL/ZeroSizeStruct.test
56+
xfail lldb-shell :: SwiftREPL/enum-singlecase.test
57+
xfail lldb-shell :: SwiftREPL/one-char-string.test
58+
59+
xfail lldb-api :: commands/apropos/with-process/TestAproposWithProcess.py
60+
xfail lldb-api :: commands/command/nested_alias/TestNestedAlias.py
61+
xfail lldb-api :: commands/expression/entry-bp/TestExprEntryBP.py
62+
xfail lldb-api :: commands/memory/write/TestMemoryWrite.py
63+
xfail lldb-api :: functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
64+
xfail lldb-api :: functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
65+
xfail lldb-api :: functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
66+
xfail lldb-api :: functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
67+
xfail lldb-api :: functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
68+
xfail lldb-api :: functionalities/conditional_break/TestConditionalBreak.py
69+
xfail lldb-api :: functionalities/memory/find/TestMemoryFind.py
70+
xfail lldb-api :: lang/c/anonymous/TestAnonymous.py
71+
xfail lldb-api :: lang/c/array_types/TestArrayTypes.py
72+
xfail lldb-api :: lang/c/enum_types/TestEnumTypes.py
73+
xfail lldb-api :: lang/c/forward/TestForwardDeclaration.py
74+
xfail lldb-api :: lang/c/function_types/TestFunctionTypes.py
75+
xfail lldb-api :: lang/c/register_variables/TestRegisterVariables.py
76+
xfail lldb-api :: lang/c/set_values/TestSetValues.py
77+
xfail lldb-api :: lang/c/shared_lib/TestSharedLib.py
78+
xfail lldb-api :: lang/cpp/class_types/TestClassTypes.py
79+
xfail lldb-api :: lang/cpp/inlines/TestInlines.py
80+
xfail lldb-api :: python_api/compile_unit/TestCompileUnitAPI.py
81+
xfail lldb-api :: python_api/thread/TestThreadAPI.py
82+
xfail lldb-api :: source-manager/TestSourceManager.py
83+
xfail lldb-shell :: Driver/TestConvenienceVariables.test
84+
85+
# https://github.com/swiftlang/llvm-project/issues/9620
86+
xfail lldb-shell :: Swift/expression-diagnostics.test
87+
88+
# https://github.com/swiftlang/llvm-project/issues/9540
89+
xfail lldb-shell :: SymbolFile/NativePDB/local-variables.cpp
90+
xfail lldb-shell :: SymbolFile/NativePDB/stack_unwinding01.cpp
91+
xfail lldb-api :: lang/c/local_variables/TestLocalVariables.py
92+
93+
# https://github.com/swiftlang/llvm-project/issues/9637
94+
xfail lldb-api :: python_api/address_range/TestAddressRange.py
95+
96+
# https://github.com/swiftlang/llvm-project/issues/9643
97+
xfail lldb-shell :: Commands/command-process-launch-user-entry.test
98+
99+
# Skip SymbolTests because we cannot xfail unittests by name. We would need to
100+
# specify their indexes, but these are subject to change. Right now, failures
101+
# are:
102+
# FAIL: lldb-unit :: Symbol/./SymbolTests.exe/24/27 (1 of 27)
103+
# FAIL: lldb-unit :: Symbol/./SymbolTests.exe/21/27 (3 of 27)
104+
# FAIL: lldb-unit :: Symbol/./SymbolTests.exe/22/27 (9 of 27)
105+
# FAIL: lldb-unit :: Symbol/./SymbolTests.exe/25/27 (11 of 27)
106+
#
107+
# Respective tests are:
108+
# lldb-unit :: Symbol/./SymbolTests.exe/ClangArgs/UniquingCollisionWithAddedFlags
109+
# lldb-unit :: Symbol/./SymbolTests.exe/ClangArgs/UniquingCollisionWithExistingFlags
110+
# lldb-unit :: Symbol/./SymbolTests.exe/TestSwiftASTContext/ApplyWorkingDir
111+
# lldb-unit :: Symbol/./SymbolTests.exe/TestSwiftASTContext/PluginPath
112+
#
113+
skip lldb-unit :: Symbol/./SymbolTests.exe
114+
115+
### Tests that fail occasionally ###
116+
117+
# https://github.com/swiftlang/llvm-project/issues/9705
118+
skip lldb-api :: python_api/section/TestSectionAPI.py
119+
120+
# Passes upstream in bot lldb-aarch64-windows; it fails in swiftlang
121+
# since https://github.com/swiftlang/llvm-project/pull/9493 relanded
122+
skip lldb-api :: functionalities/breakpoint/same_cu_name/TestFileBreakpoinsSameCUName.py
123+
124+
# Disable 37 tests: 17 unsupported, 6 usually failed, 14 usually passed (but flaky)
125+
# https://github.com/swiftlang/llvm-project/issues/9099
126+
# https://github.com/swiftlang/llvm-project/issues/9100
127+
# https://github.com/swiftlang/llvm-project/issues/9101
128+
skip lldb-api :: tools/lldb-server
129+
130+
### Tests that time out occasionally ###
131+
132+
skip lldb-api :: commands/dwim-print/TestDWIMPrint.py
133+
skip lldb-api :: commands/thread/backtrace/TestThreadBacktraceRepeat.py
134+
skip lldb-api :: functionalities/inferior-crashing/TestInferiorCrashing.py
135+
skip lldb-api :: functionalities/inline-stepping/TestInlineStepping.py
136+
skip lldb-api :: functionalities/step_scripted/TestStepScripted.py
137+
skip lldb-api :: functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
138+
139+
### Tests that pass occasionally ###
140+
141+
# Fixed upstream: https://github.com/llvm/llvm-project/commit/ec009994a06338995dfb6431c943b299f9327fd2
142+
# But patches don't apply on stable branch due to downstream changes.
143+
skip lldb-api :: functionalities/archives/TestBSDArchives.py
144+
skip lldb-api :: macosx/duplicate-archive-members/TestDuplicateMembers.py
145+
146+
### Tests that pass accidentally ###
147+
148+
https://github.com/llvm/llvm-project/issues/116972
149+
skip lldb-api :: api/command-return-object/TestSBCommandReturnObject.py
150+
skip lldb-api :: api/multiple-targets/TestMultipleTargets.py
151+
152+
### Tests that fail during setup and thus show up as UNRESOLVED ***
153+
154+
# https://github.com/swiftlang/llvm-project/issues/9887
155+
skip lldb-api :: lang/swift/async/tasks/TestSwiftTaskBacktrace.py
156+
skip lldb-api :: lang/swift/async/tasks/TestSwiftTaskSelect.py
157+
158+
skip lldb-api :: functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
159+
skip lldb-api :: tools/lldb-dap/instruction-breakpoint/TestDAP_instruction_breakpoint.py
160+
skip lldb-api :: tools/lldb-dap/output/TestDAP_output.py
161+
162+
### Untriaged ###
163+
164+
skip lldb-api :: commands/statistics/basic/TestStats.py
165+
skip lldb-api :: lang/BoundsSafety/array_of_ptrs/TestArrayOfBoundsSafetyPointers.py
166+
skip lldb-api :: lang/BoundsSafety/out_of_bounds_pointer/TestOutOfBoundsPointer.py
167+
skip lldb-shell :: Commands/command-expr-diagnostics.test
168+
skip lldb-unit :: Host/./HostTests.exe
169+
170+
# https://github.com/llvm/llvm-project/issues/62983
171+
skip lldb-api :: functionalities/var_path/TestVarPath.py
172+
173+
# https://github.com/swiftlang/llvm-project/issues/9073
174+
skip lldb-api :: lang/c/trampoline_stepping/TestTrampolineStepping.py
175+
176+
# https://github.com/swiftlang/llvm-project/issues/9072
177+
skip lldb-api :: lang/cpp/bitfields/TestCppBitfields.py
178+
179+
skip lldb-shell :: Swift/astcontext_error.test
180+
skip lldb-shell :: Swift/cond-breakpoint.test
181+
182+
skip lldb-api :: functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py
183+
skip lldb-api :: lang/cpp/frame-var-depth-and-elem-count/TestFrameVarDepthAndElemCount.py
184+
skip lldb-api :: functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py

0 commit comments

Comments
 (0)