mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
WIP
WIP WIP WIP ignore some cli tests that are going to move try fix for linux valgrind tests try a legacy host for valgrind fix roc_glue tests
This commit is contained in:
parent
b9a17f4a49
commit
dc0902bc92
12 changed files with 350 additions and 327 deletions
|
@ -50,7 +50,7 @@ where
|
|||
|
||||
pub fn has_error(stderr: &str) -> bool {
|
||||
let stderr_stripped = stderr
|
||||
.replacen("🔨 Rebuilding platform...\n", "", 1)
|
||||
.replacen("🔨 Building host ...\n", "", 1)
|
||||
// for some reason, llvm prints out this warning when targeting windows
|
||||
.replacen(
|
||||
"warning: ignoring debug info with an invalid version (0) in app\r\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue