compiler-research / xeus-cpp

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
17 stars 24 forks source link

[WIP ] Fix failing Windows XCppTests #119

Open mcbarton opened 3 months ago

mcbarton commented 3 months ago

This PR will attempt to fix the failing Windows XCppTests, so that Linux, osx and Windows are passing the same tests. The Windows version of the tests are currently separated out, with the intention of merging them once I have them passing.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.08%. Comparing base (33ad76a) to head (5d609e8).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/119/graphs/tree.svg?width=650&height=150&src=pr&token=9KM610P5A4&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/119?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #119 +/- ## ======================================= Coverage 75.08% 75.08% ======================================= Files 17 17 Lines 602 602 Branches 59 59 ======================================= Hits 452 452 Misses 150 150 ```
mcbarton commented 3 months ago

https://github.com/compiler-research/xeus-cpp/actions/runs/9196698978/job/25295389281?pr=119 Proves that iostream is in one of the include folders that xcpp looks at.