-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add more tests #301
base: main
Are you sure you want to change the base?
WIP: Add more tests #301
Conversation
Thank you! We can discuss what kind of tests we want to run. For example, malformed tests are testing wabt, do we need them? |
e6a4980
to
d024da4
Compare
Thanks for your great contribution!
|
Initially we just wanted the files to be seperated so it's easier to keep track of "other" tests but I will merge it if that is prefered. |
944f194
to
46a9d01
Compare
bfbedec
to
d149148
Compare
…e (WAMR) Signed-off-by: Máté Tokodi [email protected]
Signed-off-by: Máté Tokodi [email protected]
Signed-off-by: Ádám László Kulcsár <[email protected]>
Signed-off-by: Ádám Kulcsár <[email protected]>
Move wamr tests to 'tests/other' directory and restructure the wamr test runner into a standalone file. Signed-off-by: Ádám Kulcsár <[email protected]>
Signed-off-by: Ádám László Kulcsár <[email protected]>
The section 'target_features' needs to be implemented to work with wasi-clang compilation. Add build_programs.py. Signed-off-by: Ádám László Kulcsár <[email protected]>
Signed-off-by: Máté Tokodi [email protected]
folder Signed-off-by: Ádám László Kulcsár <[email protected]>
Signed-off-by: Ádám László Kulcsár <[email protected]>
d149148
to
8bb7f74
Compare
@clover2123 We have been trying out things in this patch and started to wonder how should the tests be added. Just to clarify all of these tests have been collected from But the important thing is:
We would not add tests that are still failing though. Lastly, there are still some tests that we are looking at. Should we contiue looking into them and search for more or should we rather focus on merging these into walrus? Also, should we maybe introduce a new CI run for more complicated tests that take more time? |
This is just a demonstration of expanding the testing system of Walrus.
Add tests:
This will be changed to fit the right licenses, it is just a demonstration.