Searched refs:testRustError (Results 1 – 8 of 8) sorted by relevance
| /build/soong/rust/ |
| 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 …]
|
| D | source_provider_test.go | 24 testRustError(t, stemRequiredError, `
|
| 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", `
|
| D | library_test.go | 93 testRustError(t, "crate_name must be defined.", ` 99 testRustError(t, "library crate_names must be alphanumeric with underscores allowed", ` 106 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>… 112 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>… 119 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>… 508 testRustError(t, "version_script: can only be set for rust_ffi modules", ` 515 testRustError(t, "version_script and extra_exported_symbols", ` 760 testRustError(t, "stubs properties", ` 772 testRustError(t, "stubs properties", ` 784 testRustError(t, "stubs properties", ` [all …]
|
| 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'.*", `
|
| D | builder_test.go | 24 testRustError(t, "multiple source providers generate the same filename output: bindings.rs", `
|
| D | image_test.go | 131 testRustError(t, "Rust prebuilt modules not supported for non-system images.", `
|
| D | rust_test.go | 109 func testRustError(t *testing.T, pattern string, bp string) { func 319 testRustError(t, ".*", ` 692 testRustError(t, "wrong StdLinkage", `
|