Searched refs:testRustError (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/build/soong/rust/ |
H A D | compiler_test.go | 102 testRustError(t, singleSrcError, ` 109 testRustError(t, singleSrcError, ` 116 testRustError(t, singleSrcError, ` 123 testRustError(t, prebuiltSingleSrcError, ` 137 testRustError(t, singleSrcError, ` 144 testRustError(t, singleSrcError, ` 151 testRustError(t, singleSrcError, ` 158 testRustError(t, singleSrcError, ` 304 testRustError(t, ".* cannot be manually specified", ` 313 testRustError(t, ".* cannot be manually specified", ` [all …]
|
H A D | bindgen_test.go | 127 testRustError(t, "c_std and cpp_std cannot both be defined at the same time.", ` 182 testRustError(t, "cflags: -x c\\+\\+ should not be specified in cflags.*", ` 194 testRustError(t, "cflags: -std should not be specified in cflags.*", ` 263 …testRustError(t, "requires declaring static_inline_library to the corresponding cc_library module … 273 testRustError(t, "requires declaring handle_static_inline", `
|
H A D | library_test.go | 109 testRustError(t, "crate_name must be defined.", ` 115 testRustError(t, "library crate_names must be alphanumeric with underscores allowed", ` 122 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>… 128 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>… 135 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>…
|
H A D | protobuf_test.go | 167 testRustError(t, "A proto can only be added once to either grpc_protos or protos.*", ` 177 testRustError(t, "proto filenames must be unique across 'protos' and 'grpc_protos'.*", `
|
H A D | rust_test.go | 109 func testRustError(t *testing.T, pattern string, bp string) { func 319 testRustError(t, ".*", `
|
H A D | source_provider_test.go | 24 testRustError(t, stemRequiredError, `
|
H A D | builder_test.go | 24 testRustError(t, "multiple source providers generate the same filename output: bindings.rs", `
|
H A D | image_test.go | 145 testRustError(t, "Rust prebuilt modules not supported for non-system images.", `
|