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 with examples from https://en.cppreference.com/w/ #197

Open
mingodad opened this issue Jan 2, 2024 · 2 comments
Open

Testing with examples from https://en.cppreference.com/w/ #197

mingodad opened this issue Jan 2, 2024 · 2 comments

Comments

@mingodad
Copy link

mingodad commented Jan 2, 2024

Using a Lua script (shown here robertoraggi/cplusplus#314) to extract the code examples from https://en.cppreference.com/w/ I'm getting this results:

#cxx
Total files scanned     :	5629
Total files with code   :	2889
Total files failed code :	172

#clang-17
Total files scanned     :	5629
Total files with code   :	2889
Total files failed code :	266

#g++-13
Total files scanned     :	5629
Total files with code   :	2889
Total files failed code :	197

#circle-200
Total files scanned     :	5629
Total files with code   :	2889
Total files failed code :	474

See attached the output :
test-cpp-reference-examples-circle-std2b.output.zip

See also discussion here robertoraggi/cplusplus#314

@mingodad
Copy link
Author

mingodad commented Jan 2, 2024

Also testing https://github.com/abseil/abseil-cpp (with the Lua script shown here robertoraggi/cplusplus#314 (comment)) gives this result:

#cxx
Total files scanned     :	172
Total files with code   :	0
Total files failed code :	47

#clang-17
Total files scanned     :	172
Total files with code   :	0
Total files failed code :	3

#g++-13
Total files scanned     :	172
Total files with code   :	0
Total files failed code :	71

#circle-200
Total files scanned     :	172
Total files with code   :	0
Total files failed code :	59

@mingodad
Copy link
Author

mingodad commented Jan 2, 2024

Also circle leaves several folders in /tmp:

circle-tmp-dir-zVQVsa:
circle-tmp-dir-ZvSPCM:
circle-tmp-dir-ZW55hZ:
circle-tmp-dir-zweHr7:
...

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

No branches or pull requests

1 participant