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

Commit 23351c2c authored by Julien Desprez's avatar Julien Desprez Committed by Gerrit Code Review
Browse files

Merge "Fix fuzzer output on failure and shared_libs" into main

parents d3525e41 c625c11a
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -59,6 +59,11 @@ sh_test_host {
        darwin: {
        darwin: {
            enabled: false,
            enabled: false,
        },
        },
        host: {
            data_libs: [
                "libc++",
            ],
        },
    },
    },
    test_suites: ["general-tests"],
    test_suites: ["general-tests"],
}
}
+1 −0
Original line number Original line 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
    else
        echo -e "${color_failed}Failed: Unable to find successful fuzzing output from test_service_fuzzer_should_crash"
        echo -e "${color_failed}Failed: Unable to find successful fuzzing output from test_service_fuzzer_should_crash"
        echo "${color_reset}"
        echo "${color_reset}"
        cat "$FUZZER_OUT"
        exit 1
        exit 1
    fi
    fi
done
done