MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / datadriven

Function datadriven

src/sql-parser/tests/sqlparser_common.rs:38–42  ·  view source on GitHub ↗

unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`

()

Source from the content-addressed store, hash-verified

36#[mz_ore::test]
37#[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
38fn datadriven() {
39 walk("tests/testdata", |f| {
40 f.run(|tc| -> String { datadriven_testcase(tc) })
41 });
42}
43
44#[mz_ore::test]
45#[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`

Callers

nothing calls this directly

Calls 3

datadriven_testcaseFunction · 0.85
walkFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected