Skip to content
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

testing: Add support for C source files in runner.do_run_in_out_file_test #8529

Merged
merged 4 commits into from
May 2, 2019

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Apr 30, 2019

Honor the source file extension, which means that quite a few C++ sources had
to be renamed because they were called .c.

Also, increase usage of do_run_in_out_file_test

@sbc100 sbc100 force-pushed the run_in_out_test_c branch 3 times, most recently from f6953b0 to 35aca3c Compare May 1, 2019 20:46
Honor the source file extension, which means that quite a few C++
sources had to be renamed because they were called `.c`.

Also, increase usage of do_run_in_out_file_test.
@sbc100 sbc100 changed the title testing: Add support for C source in runner.do_run_in_out_file_test testing: Add support for C source files in runner.do_run_in_out_file_test May 2, 2019
tests/test_core.py Outdated Show resolved Hide resolved
system/include/libc/features.h Outdated Show resolved Hide resolved
@jgravelle-google
Copy link
Contributor

I've ran into this while trying to run an individual test file manually and wondering why the behavior was different, thanks for taking the time to canonicalize it

@sbc100 sbc100 merged commit ba92538 into incoming May 2, 2019
@sbc100 sbc100 deleted the run_in_out_test_c branch May 2, 2019 23:05
VirtualTim pushed a commit to VirtualTim/emscripten that referenced this pull request May 21, 2019
…test (emscripten-core#8529)

Honor the source file extension, which means that quite a few C++
sources had to be renamed because they were called `.c`.

Also, increase usage of do_run_in_out_file_test.
VirtualTim added a commit to VirtualTim/emscripten that referenced this pull request May 23, 2019
VirtualTim added a commit to VirtualTim/emscripten that referenced this pull request May 23, 2019
belraquib pushed a commit to belraquib/emscripten that referenced this pull request Dec 23, 2020
…test (emscripten-core#8529)

Honor the source file extension, which means that quite a few C++
sources had to be renamed because they were called `.c`.

Also, increase usage of do_run_in_out_file_test.
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