Lines Matching +full:tsan +full:- +full:fuzztest
2 # Use of this source code is governed by a BSD-style license that can be
26 # specified. Cross-platform targets that include `test` targets in their
44 import("//third_party/fuchsia-gn-sdk/src/cmc.gni")
45 import("//third_party/fuchsia-gn-sdk/src/component.gni")
46 import("//third_party/fuchsia-gn-sdk/src/package.gni")
88 # internally-generated targets. However, rust_target requires a strict
97 # if `rs_sources` is non-empty. But we don't automatically provide
204 "//third_party/fuzztest",
208 # -fuzz= argument. It's possible that in future we would want more
216 "--config",
218 "--libfuzzer_options",
289 configs -= [
470 # not create a top-level alias for it if a target exists in another
472 # Also - bots run this script directly for "components_perftests".
511 _test_program_fragment_target = "${target_name}_program-fragment"
512 _test_program_fragment = "${target_out_dir}/${target_name}_program.test-cml"
524 "//build/config/fuchsia/test/elf_test_runner.shard.test-cml"
541 "//build/config/fuchsia/test/chromium_system_test_facet.shard.test-cml",
542 "//build/config/fuchsia/test/system_test_minimum.shard.test-cml",
546 "//build/config/fuchsia/test/chromium_test_facet.shard.test-cml",
547 "//build/config/fuchsia/test/minimum.shard.test-cml",
554 [ "//build/config/fuchsia/test/asan_options.shard.test-cml" ]
565 _test_component_manifest_target = "${target_name}_component-manifest"
585 # manifests may themselves depend-on the outputs of |deps|, these components
636 # |target_name| refers to the package-runner rule, so that building
692 # Keep the unittest-as-xctest functionality defaulted to off for
719 "--app",
761 info_plist = "//testing/gtest_ios/unittest-Info.plist"
789 # Building for a cros board (ie: not linux-chromeos or linux-lacros).
856 # target requires a window, and in lacros build, ash-chrome serves as the
859 # because ash-chrome is based on x11.
882 "--test-launcher-bot-mode",
886 executable_args += [ "--ash-chrome-path" ]
888 # Can't use --ash-chrome-path=path because WrappedPath
894 executable_args += [ "--asan=1" ]
897 executable_args += [ "--msan=1" ]
900 executable_args += [ "--tsan=1" ]
903 executable_args += [ "--cfi-diag=1" ]
906 executable_args += [ "--fail-san=1" ]
965 "--test-launcher-bot-mode",
968 executable_args += [ "--asan=1" ]
971 executable_args += [ "--msan=1" ]
974 executable_args += [ "--tsan=1" ]
977 executable_args += [ "--cfi-diag=1" ]
980 executable_args += [ "--fail-san=1" ]
995 # Give tests the default manifest on Windows (a no-op elsewhere).
1010 # This is a catch-all clause for NaCl toolchains and other random
1014 "use_xvfb should not be defined for a non-linux configuration")
1106 "--script-type=bare",
1118 configs -= [ "//build/config/android:hide_all_but_jni_onload" ]
1121 # Compress sections to stay under 4gb hard limit on 32-bit current_cpu.