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

Throw exception test cases make kernel/test-system non-workable on MacOS/arm64 #60

Open
alexander-penev opened this issue Apr 17, 2024 · 1 comment

Comments

@alexander-penev
Copy link
Collaborator

alexander-penev commented Apr 17, 2024

  • xeus-cpp version: 0.4.0
  • Operating System: MacOS/arm64

Description

When we try to test code (via pytest) that throw exception, this test fail.
After that all other (no-skiped) tests also fails.

We expect this test not to fail, and even a little bit to interfere with the work of the following tests.

What I Did

class XCppTests(jupyter_kernel_test.KernelTests):
    # Exception throwing
    code_generate_error = 'throw std::runtime_error("Unknown exception");'
$ pytest .
====== test session starts =====
...
collected 12 items
test_xcpp_kernel.py ss.ssFFsssFF
@vgvassilev
Copy link
Contributor

I suspect this is related to the discussion here root-project/root#7541

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

2 participants