Skip to content

Improve wasi test system and reorganize tests - #488

Open
kulcsaradam wants to merge 1 commit into
Samsung:mainfrom
kulcsaradam:component_tests
Open

Improve wasi test system and reorganize tests#488
kulcsaradam wants to merge 1 commit into
Samsung:mainfrom
kulcsaradam:component_tests

Conversation

@kulcsaradam

Copy link
Copy Markdown
Contributor

Add new component tests for file operations, time, program arguments and env variables. Also add c++ sources for the new tests. These tests were compiled with wasi-sdk-32. Also reorganize wasi preivew1 and preview2 tests into their respective folders.

Add new component tests for file operations, time, program arguments and env variables.
Also add c++ sources for the new tests. These tests were compiled with wasi-sdk-32.
Also reorganize wasi preivew1 and preview2 tests into their respective folders.

Signed-off-by: Ádám László Kulcsár <adam.kulcsar@szteszoftver.hu>
@@ -0,0 +1,28 @@
#include <sys/stat.h>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these files compiled?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, these are the sources for some of the wast tests in preview2. They technically dont need to be kept, should I remove them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants