-
# Problem: We don't test onnx ops in our CI
- sometimes bad onnx lowering slip past code review
- SHARK-TestSuite catches some of them, but it's easy to improperly write test cases that don't actu…
-
```
Ran 479 tests in 1151.221s
FAILED (failures=11, skipped=19)
=== TEST RESULTS BREAKDOWN ===========================================
testsuite_default_Messier.testcase_Messier_Component
…
-
I'm experiencing an high memory usage if the tests to run are called by test case name instead of test file name.
To explain my issue I will use the following trivial test, called `test_try.py`:
…
-
Hi,
once I get to a release/sdk branch and I start to select test platform with provider, it is currently possible to create only one branch with testsuite and then create multiple variants, which …
-
This was originally reported as [Debian bug 816081](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816081)
On big-endian machines, the testsuite currently fails with mismatching colors, indicating…
-
**why yaml needed**
Just like we can create test yaml from json with - *testkube generate tests-crds* command , can we create testsuite yaml also ?
Coz that would be helpful in gitops way of appl…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|newlib: RVA23U64 profile lp64d medlow multilib |3/1|0/0|0/0|[9b2915d95d855333d4d8f66b71a75f653ee0d076](https://github.co…
-
I'm using [`libtest_mimic`](https://docs.rs/libtest-mimic/0.3.0/libtest_mimic/) to autogenerate a set of tests with same supported flags as regular `cargo test` harness.
Unfortunately, it seems tha…
-
Following resolution of gh-21830, we can run the testsuite on MacOS with GNU toolchain on recent OS versions (i.e., `14.7` on ARM arch in this case). Build via i.e., `CC=gcc-14 CXX=g++-14 FC=gfortran-…
-
This is a sub-issue of https://github.com/KratosMultiphysics/Kratos/issues/12441
Convert the 3D test case provided by Lisa, to a Kratos test case.