• Home
  • Raw
  • Download

Lines Matching +full:linux +full:- +full:asan

11 run MSan-instrumented code in docker.
33 |---------|-------------|
34 |Linux ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux ASan' out/libfuzzer` |
35 |Linux ASan (x86) | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux32 ASan' out/lib…
36 |Linux ASan Debug | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux ASan Debug' out…
37 |Linux MSan[*](#MSan) | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux MSan' out/l…
38 |Linux UBSan[*](#UBSan)| `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux UBSan' out…
39 |Chrome OS ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Chrome OS ASan' out/lib…
40 |Mac ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Mac ASan' out/libfuzzer` |
41 |Windows ASan | `python tools\mb\mb.py gen -m chromium.fuzz -b "Libfuzzer Upload Windows ASan" out\…
42 |Linux ASan V8 ARM Simulator[*](#ARM-and-ARM64)| `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer…
43 |Linux ASan V8 ARM64 Simulator[*](#ARM-and-ARM64)| `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzz…
44 |Linux ASan Debug V8 ARM Simulator[*](#ARM-and-ARM64)| `tools/mb/mb.py gen -m chromium.fuzz -b 'Lib…
45 |Linux ASan Debug V8 ARM64 Simulator[*](#ARM-and-ARM64)| `tools/mb/mb.py gen -m chromium.fuzz -b 'L…
48 ### Linux subsection
49 Linux is fully supported by libFuzzer and ClusterFuzz with following sanitizer
53 |--------------|----|
62 gn gen out/libfuzzer '--args=use_libfuzzer=true is_asan=true' --check
65 ### Linux x86 (32-bit)
67 builds. Linux x86 is supported by libFuzzer with `is_asan` configuration.
72 gn gen out/libfuzzer --args="use_libfuzzer=true is_asan=true host_cpu=\"x86\" target_cpu=\"x86\"" -…
81 gn gen out/libfuzzer '--args=use_libfuzzer=true is_asan=true target_os="chromeos"' --check
84 To do a Chrome OS build on Linux (not just for libFuzzer), your `.gclient` file
95 gn gen out/libfuzzer '--args=use_libfuzzer=true is_asan=true mac_deployment_target="10.7"' --check
105 gn gen out/libfuzzer "--args=use_libfuzzer=true is_asan=true is_debug=false is_component_build=fals…
110 `is_debug=false` as ASan does not support debug builds on Windows.
118 configuration. Note that there is nothing special about these builds for non-V8
125 gn gen out/libfuzzer --args="use_libfuzzer=true is_asan=true host_cpu=\"x86\" target_cpu=\"x86\" v8…
131 gn gen out/libfuzzer --args="use_libfuzzer=true is_asan=true target_cpu=\"x64\" v8_target_cpu=\"arm…
147 |----------|-------------|
152 …ons` | runtime options file for the fuzzer. See [Fuzzer Runtime Options](#Fuzzer-Runtime-Options) |
164 ./fuzzer [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]
170 |------|-------------|
175 the binary with `-help=1`.
194 [reproduce tool]: https://github.com/google/clusterfuzz-tools
195 …tps://www.chromium.org/developers/testing/memorysanitizer#TOC-Running-on-other-distros-using-Docker
196 …oglesource.com/chromium/src/+/HEAD/docs/chromeos_build_instructions.md#updating-your-gclient-config