Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-20 | Tests: initial "wasm-wasi-component" test | Andrei Zeliankou | 1 | -1/+3 | |
2024-02-21 | Tests: check for the AddressSanitizer flag during discovery | Andrei Zeliankou | 1 | -0/+2 | |
This flag is necessary to either run or skip certain tests that have specific behavior depending on whether AddressSanitizer is enabled. For instance, some tests may fail only when the binary is compiled with AddressSanitizer. | |||||
2023-06-12 | Tests: prerequisites checking reworked. | Andrei Zeliankou | 1 | -0/+47 | |
Prerequisites check moved to the module level to simplify class structure. Discovery and prerequisites checks functions moved to the separate files. Introduced "require" fixture to provide per-test requirements check. |