Skip to content

Commit

Permalink
Disable xrefs/coro1 test on open source.
Browse files Browse the repository at this point in the history
Summary: Clang 15 is needed for this test, and since we're currently on Clang 12 we disable it for now. This turns the CI green on open-source!

Reviewed By: donsbot

Differential Revision: D55852003

fbshipit-source-id: 82531db53bddf1d057f74681240d191d8c6f55ac
  • Loading branch information
mpark authored and facebook-github-bot committed Apr 8, 2024
1 parent 8c71c88 commit eb5ccc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glean/lang/clang/tests/github/Glean/Clang/Regression.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ main = getArgs >>= \args ->
expectedFailures = map ("--omit="++)
[ "declarations/typeAlias1"
, "declarations/objc-property1"
, "xrefs/using-directive4"
, "xrefs/coro1" -- Needs Clang 15
, "xrefs/using-directive4" -- Needs Clang 15
, "index_failure/cpp"
]

0 comments on commit eb5ccc9

Please sign in to comment.