Searched refs:testRustError (Results 1 – 6 of 6) sorted by relevance
/build/soong/rust/ |
D | compiler_test.go | 72 testRustError(t, singleSrcError, ` 79 testRustError(t, singleSrcError, ` 86 testRustError(t, singleSrcError, ` 93 testRustError(t, singleSrcError, `
|
D | bindgen_test.go | 103 testRustError(t, "c_std and cpp_std cannot both be defined at the same time.", ` 148 testRustError(t, "cflags: -x c\\+\\+ should not be specified in cflags.*", ` 160 testRustError(t, "cflags: -std should not be specified in cflags.*", `
|
D | library_test.go | 89 testRustError(t, "crate_name must be defined.", ` 95 testRustError(t, "library crate_names must be alphanumeric with underscores allowed", ` 102 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>… 108 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>… 115 …testRustError(t, "Invalid name or stem property; library filenames must start with lib<crate_name>…
|
D | builder_test.go | 20 testRustError(t, "multiple source providers generate the same filename output: bindings.rs", `
|
D | protobuf_test.go | 117 testRustError(t, "A proto can only be added once to either grpc_protos or protos.*", ` 127 testRustError(t, "proto filenames must be unique across 'protos' and 'grpc_protos'.*", `
|
D | rust_test.go | 106 func testRustError(t *testing.T, pattern string, bp string) { func 333 testRustError(t, ".*", `
|