Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 923435

Summary: dev-build/gyp test failures are nonfatal
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Status: CONFIRMED ---    
Severity: normal CC: matoro_gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 922248    
Attachments: build.log and emerge --info

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