sio2project / sio2jail

A tool for supervising execution of programs submitted in algorithmic competitions
MIT License
29 stars 10 forks source link

New syscalls #27

Closed b-chmiel closed 2 years ago

Michcioperz commented 2 years ago

Does the new C++17 test use some new syscalls? I'm asking because if it's meant as a test of whether the new box supports C++17, then I think it misses the point, cause you're only testing the host compiler.

Wolf480pl commented 2 years ago

IIRC it's python 3.9 and the gcc it was compiled with that use new syscalls. Edit: Or maybe we also wanted new gcc? I forgot :/

Michcioperz commented 2 years ago

Whichever it is, I'm not seeing how that test helps your goals

b-chmiel commented 2 years ago

Yep, you are right about this c++17 test. I wanted to make test that utilises those new syscalls but had no idea for it. I will delete this test to avoid confusion