Searched refs:testRustError (Results 1 – 4 of 4) sorted by relevance
/build/soong/rust/ |
D | compiler_test.go | 49 testRustError(t, singleSrcError, ` 56 testRustError(t, singleSrcError, ` 63 testRustError(t, singleSrcError, ` 70 testRustError(t, singleSrcError, `
|
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 | rust_test.go | 108 func testRustError(t *testing.T, pattern string, bp string) { func 297 testRustError(t, ".*", `
|