Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923435 - dev-build/gyp test failures are nonfatal
Summary: dev-build/gyp test failures are nonfatal
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 922248
  Show dependency tree
 
Reported: 2024-01-31 21:29 UTC by matoro
Modified: 2024-01-31 21:30 UTC (History)
1 user (show)

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


Attachments
build.log and emerge --info (file_923435.txt,299.70 KB, text/plain)
2024-01-31 21:30 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-01-31 21:29:55 UTC
dev-build/gyp has quite a number of failing tests right now, but they are nonfatal because there's no "|| die" in the ebuild.  Example from arm64:

Failed the following 19 tests:
        (test/assembly/gyptest-assembly.py) make
        (test/assembly/gyptest-assembly.py) ninja
        (test/errors/gyptest-errors.py) ninja
        (test/linux/gyptest-implicit-rpath.py) make
        (test/linux/gyptest-implicit-rpath.py) ninja
        (test/linux/gyptest-target-rpath.py) ninja
        (test/make_global_settings/ar/gyptest-make_global_settings_ar.py) ninja
        (test/rules/gyptest-all.py) make
        (test/rules/gyptest-all.py) ninja
        (test/rules/gyptest-default.py) make
        (test/rules/gyptest-default.py) ninja
        (test/variables/commands/gyptest-commands-ignore-env.py) make
        (test/variables/commands/gyptest-commands-ignore-env.py) ninja
        (test/variables/commands/gyptest-commands-repeated.py) make
        (test/variables/commands/gyptest-commands-repeated.py) ninja
        (test/variables/commands/gyptest-commands.py) make
        (test/variables/commands/gyptest-commands.py) ninja
        (test/variables/filelist/gyptest-filelist-golden.py) make
        (test/variables/filelist/gyptest-filelist-golden.py) ninja
 
Ran 712 tests in 603.091s, 19 failed.
 
>>> Completed testing dev-build/gyp-20200512145953

Reproducible: Always
Comment 1 matoro archtester 2024-01-31 21:30:47 UTC
Created attachment 883877 [details]
build.log and emerge --info