Skip to content

Disable 5 failing Macros/ tests on ASAN bot #70206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

beccadax
Copy link
Contributor

@beccadax beccadax commented Dec 4, 2023

https://ci.swift.org/job/oss-swift-5.10_tools-RA_stdlib-RD_test-simulator/197/consoleText

Representative example:

******************** TEST 'Swift(macosx-x86_64) :: Macros/macro_plugin_searchorder.swift' FAILED ********************
<snip>
clang: [0;1;35mwarning: [0m[1margument unused during compilation: '-fmodules-cache-path=<snip>/swift-test-results/x86_64-apple-macosx10.13/clang-module-cache' [-Wunused-command-line-argument][0m
dyld[47552]: missing symbol called
<snip>/test-macosx-x86_64/Macros/Output/macro_plugin_searchorder.swift.tmp/src/test.swift:1:33: warning: external macro implementation type 'MacroDefinition.TestMacro' could not be found for macro 'testMacro()'; '<snip>/test-macosx-x86_64/Macros/Output/macro_plugin_searchorder.swift.tmp/libexec/MacroDefinitionPlugin' produced malformed response
@freestanding(expression) macro testMacro() -> String = #externalMacro(module: "MacroDefinition", type: "TestMacro")
                                ^
<snip>/test-macosx-x86_64/Macros/Output/macro_plugin_searchorder.swift.tmp/src/test.swift:3:7: error: external macro implementation type 'MacroDefinition.TestMacro' could not be found for macro 'testMacro()'; '<snip>/test-macosx-x86_64/Macros/Output/macro_plugin_searchorder.swift.tmp/libexec/MacroDefinitionPlugin' produced malformed response
print(#testMacro) 
      ^
<snip>/test-macosx-x86_64/Macros/Output/macro_plugin_searchorder.swift.tmp/src/test.swift:1:33: note: 'testMacro()' declared here
@freestanding(expression) macro testMacro() -> String = #externalMacro(module: "MacroDefinition", type: "TestMacro")
                                ^

cc @rintaro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant