Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f68b1a6 authored by Julien Desprez's avatar Julien Desprez Committed by Automerger Merge Worker
Browse files

Merge "Fix fuzzer output on failure and shared_libs" into main am: 23351c2c

parents 73fc4104 23351c2c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -59,6 +59,11 @@ sh_test_host {
        darwin: {
            enabled: false,
        },
        host: {
            data_libs: [
                "libc++",
            ],
        },
    },
    test_suites: ["general-tests"],
}
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ for CRASH_TYPE in PLAIN KNOWN_UID AID_SYSTEM AID_ROOT BINDER DUMP SHELL_CMD; do
    else
        echo -e "${color_failed}Failed: Unable to find successful fuzzing output from test_service_fuzzer_should_crash"
        echo "${color_reset}"
        cat "$FUZZER_OUT"
        exit 1
    fi
done