Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634186 - dev-ml/llvm-ocaml: Tests stopped working due to upstream lit changes
Summary: dev-ml/llvm-ocaml: Tests stopped working due to upstream lit changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-13 16:46 UTC by Michał Górny
Modified: 2017-12-20 19:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-10-13 16:46:38 UTC
Long story short, upstream lit changes has broken our tests for llvm-ocaml. It seems that running all tests works fine while running them partially (using per-directory targets) is broken. Gotta figure out how to fix it.

One possibility is to use in-tree llvm-lit wrapper but we'd have to figure out how to use it with external lit.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-12-20 19:16:31 UTC
Fixed by stopping to use external lit.