|
148 | 148 | "gcr.io/oss-fuzz-base/base-runner", |
149 | 149 | "bash", |
150 | 150 | "-c", |
151 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine afl --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer address --engine afl --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
| 151 | + "python3 infra/helper.py check_build --sanitizer address --engine afl --architecture x86_64 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine afl --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer address --engine afl --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
152 | 152 | ], |
153 | 153 | "id": "build-check-afl-address-x86_64" |
154 | 154 | }, |
|
289 | 289 | "gcr.io/oss-fuzz-base/base-runner", |
290 | 290 | "bash", |
291 | 291 | "-c", |
292 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine centipede --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer address --engine centipede --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
| 292 | + "python3 infra/helper.py check_build --sanitizer address --engine centipede --architecture x86_64 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine centipede --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer address --engine centipede --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
293 | 293 | ], |
294 | 294 | "id": "build-check-centipede-address-x86_64" |
295 | 295 | }, |
|
430 | 430 | "gcr.io/oss-fuzz-base/base-runner", |
431 | 431 | "bash", |
432 | 432 | "-c", |
433 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer none --engine centipede --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer none --engine centipede --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
| 433 | + "python3 infra/helper.py check_build --sanitizer none --engine centipede --architecture x86_64 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer none --engine centipede --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer none --engine centipede --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
434 | 434 | ], |
435 | 435 | "id": "build-check-centipede-none-x86_64" |
436 | 436 | }, |
|
571 | 571 | "gcr.io/oss-fuzz-base/base-runner", |
572 | 572 | "bash", |
573 | 573 | "-c", |
574 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine honggfuzz --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer address --engine honggfuzz --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
| 574 | + "python3 infra/helper.py check_build --sanitizer address --engine honggfuzz --architecture x86_64 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine honggfuzz --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer address --engine honggfuzz --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
575 | 575 | ], |
576 | 576 | "id": "build-check-honggfuzz-address-x86_64" |
577 | 577 | }, |
|
712 | 712 | "gcr.io/oss-fuzz-base/base-runner", |
713 | 713 | "bash", |
714 | 714 | "-c", |
715 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
| 715 | + "python3 infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture x86_64 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
716 | 716 | ], |
717 | 717 | "id": "build-check-libfuzzer-address-x86_64" |
718 | 718 | }, |
|
853 | 853 | "gcr.io/oss-fuzz-base/base-runner", |
854 | 854 | "bash", |
855 | 855 | "-c", |
856 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture i386 test-project\\npython infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture i386 test-project\\n********************************************************************************\" && false)" |
| 856 | + "python3 infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture i386 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture i386 test-project\\npython infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture i386 test-project\\n********************************************************************************\" && false)" |
857 | 857 | ], |
858 | 858 | "id": "build-check-libfuzzer-address-i386" |
859 | 859 | }, |
|
994 | 994 | "gcr.io/oss-fuzz-base/base-runner", |
995 | 995 | "bash", |
996 | 996 | "-c", |
997 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture aarch64 test-project\\npython infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture aarch64 test-project\\n********************************************************************************\" && false)" |
| 997 | + "python3 infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture aarch64 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture aarch64 test-project\\npython infra/helper.py check_build --sanitizer address --engine libfuzzer --architecture aarch64 test-project\\n********************************************************************************\" && false)" |
998 | 998 | ], |
999 | 999 | "id": "build-check-libfuzzer-address-aarch64" |
1000 | 1000 | }, |
|
1135 | 1135 | "gcr.io/oss-fuzz-base/base-runner", |
1136 | 1136 | "bash", |
1137 | 1137 | "-c", |
1138 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer memory --engine libfuzzer --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer memory --engine libfuzzer --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
| 1138 | + "python3 infra/helper.py check_build --sanitizer memory --engine libfuzzer --architecture x86_64 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer memory --engine libfuzzer --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer memory --engine libfuzzer --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
1139 | 1139 | ], |
1140 | 1140 | "id": "build-check-libfuzzer-memory-x86_64" |
1141 | 1141 | }, |
|
1276 | 1276 | "gcr.io/oss-fuzz-base/base-runner", |
1277 | 1277 | "bash", |
1278 | 1278 | "-c", |
1279 | | - "test_all.py || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer undefined --engine libfuzzer --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer undefined --engine libfuzzer --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
| 1279 | + "python3 infra/helper.py check_build --sanitizer undefined --engine libfuzzer --architecture x86_64 test-project || (echo \"********************************************************************************\\nBuild checks failed.\\nTo reproduce, run:\\npython infra/helper.py build_image test-project\\npython infra/helper.py build_fuzzers --sanitizer undefined --engine libfuzzer --architecture x86_64 test-project\\npython infra/helper.py check_build --sanitizer undefined --engine libfuzzer --architecture x86_64 test-project\\n********************************************************************************\" && false)" |
1280 | 1280 | ], |
1281 | 1281 | "id": "build-check-libfuzzer-undefined-x86_64" |
1282 | 1282 | }, |
|
0 commit comments