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

Add macOS-14 CI #2856

Merged
merged 8 commits into from
Jun 4, 2024
Merged

Add macOS-14 CI #2856

merged 8 commits into from
Jun 4, 2024

Conversation

alkino
Copy link
Member

@alkino alkino commented Apr 25, 2024

In the same time give more CPU to jobs ;)

For the FENV_ACCESS see the note here: https://eel.is/c++draft/cfenv.syn

Copy link

✔️ 67f52c2 -> Azure artifacts URL

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.22%. Comparing base (8f16a43) to head (73f94cc).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2856   +/-   ##
=======================================
  Coverage   67.22%   67.22%           
=======================================
  Files         569      569           
  Lines      104713   104709    -4     
=======================================
+ Hits        70389    70391    +2     
+ Misses      34324    34318    -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

@alkino alkino closed this Apr 25, 2024
@alkino alkino reopened this Apr 25, 2024
@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

Copy link

✔️ 0dc9808 -> Azure artifacts URL

@bbpbuildbot

This comment has been minimized.

Copy link

✔️ bb9ff37 -> Azure artifacts URL

@bbpbuildbot

This comment has been minimized.

Copy link

✔️ 714aa06 -> Azure artifacts URL

@bbpbuildbot

This comment has been minimized.

@alkino
Copy link
Member Author

alkino commented Jun 3, 2024

Current error in tests is

test/pytest_coreneuron/test_a_neuronoptions.py .                         [  1%]
test/pytest_coreneuron/test_basic.py .............F....                  [ 20%]
test/pytest_coreneuron/test_bbss.py .                                    [ 21%]
test/pytest_coreneuron/test_coreneuron_configuration.py .                [ 22%]
test/pytest_coreneuron/test_fast_imem.py ...                             [ 25%]
test/pytest_coreneuron/test_hoc_po.py ........                           [ 34%]
test/pytest_coreneuron/test_imem.py .                                    [ 35%]
test/pytest_coreneuron/test_inheritance.py ..                            [ 37%]
test/pytest_coreneuron/test_loadbal.py .                                 [ 38%]
test/pytest_coreneuron/test_memory_usage.py ..                           [ 40%]
test/pytest_coreneuron/test_multigid.py ..                               [ 43%]
test/pytest_coreneuron/test_netpar.py .                                  [ 44%]
test/pytest_coreneuron/test_nlayer.py .                                  [ 45%]
test/pytest_coreneuron/test_nrnste.py .                                  [ 46%]
test/pytest_coreneuron/test_nrntest_fast.py ........................     [ 72%]
test/pytest_coreneuron/test_partrans.py .                                [ 73%]
test/pytest_coreneuron/test_py2nrnstring.py .                            [ 74%]
test/pytest_coreneuron/test_pycallobject.py .....                        [ 79%]
test/pytest_coreneuron/test_pyobj.py ......x...                          [ 90%]
test/pytest_coreneuron/test_swc.py .                                     [ 91%]
test/pytest_coreneuron/test_template_err.py ..                           [ 93%]
test/pytest_coreneuron/test_vector_api.py .                              [ 94%]
test/pytest_coreneuron/test_version_macros.py .                          [ 95%]
test/pytest_coreneuron/test_zptrlist.py ....                             [100%]

The error is that no error seems to be returned for

    process = subprocess.run(
        [exe, "-c", "from neuron import h; h.sqrt(-1)"], env=env, shell=False
    )

https://github.com/neuronsimulator/nrn/blob/master/src/oc/math.cpp#L94

Copy link

✔️ 3262380 -> Azure artifacts URL

@bbpbuildbot

This comment has been minimized.

Copy link

sonarcloud bot commented Jun 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

✔️ 73f94cc -> Azure artifacts URL

@alkino alkino merged commit 8e42c33 into master Jun 4, 2024
38 checks passed
@alkino alkino deleted the cornu/ci_macos_14 branch June 4, 2024 11:12
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.

None yet

3 participants