Skip to content

community/esbuild: disable tests on riscv64

omni requested to merge omni/aports:disable-tests-esbuild-rv64 into master

failing on the riscv64 package builder:

--- FAIL: TestMangleFromCharCode (0.00s)
    --- FAIL: TestMangleFromCharCode/a_=_String.fromCharCode(NaN) (0.00s)
        js_parser_test.go:3699:
            -a = "\0";
            +a = "ï¿¿";

    --- FAIL: TestMangleFromCharCode/a_=_String.fromCharCode(Infinity) (0.00s)
        js_parser_test.go:3700:
            -a = "\0";
            +a = "ï¿¿";

    --- FAIL: TestMangleFromCharCode/a_=_String.fromCharCode(undefined) (0.00s)
        js_parser_test.go:3702:
            -a = "\0";
            +a = "ï¿¿";

FAIL
FAIL    github.com/evanw/esbuild/internal/js_parser 2.158s

Merge request reports

Loading