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 posix tests (waiting for lsb_vsx port merge) #126

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

adamdebek
Copy link
Contributor

Description

Add program to execute posix test suite

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (list targets here).

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx_posix.c Outdated Show resolved Hide resolved
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch from 1cdcd0d to 5f8d4b9 Compare September 12, 2022 09:15
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.c Outdated Show resolved Hide resolved
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch from 5f8d4b9 to 1241441 Compare September 23, 2022 10:23
@damianloew damianloew changed the title Add posix tests Add posix tests (waiting for lsb_vsx port merge) Nov 25, 2022
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch from 1241441 to 7682eef Compare March 10, 2023 14:28
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch 6 times, most recently from 914851e to 2483a3a Compare July 13, 2023 13:01
Copy link
Member

@mateusz-bloch mateusz-bloch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just took a look at the Python code, not a full review.

lsb_vsx_posix/lsb_vsx_posix.py Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.py Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.py Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.py Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.py Outdated Show resolved Hide resolved
lsb_vsx_posix/lsb_vsx_posix.py Outdated Show resolved Hide resolved
lsb_vsx_posix/test.yaml Outdated Show resolved Hide resolved
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch from 2483a3a to b13b739 Compare October 29, 2024 13:10
lsb_vsx/run-test.c Outdated Show resolved Hide resolved
lsb_vsx/run-test.c Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Oct 29, 2024

Unit Test Results

7 958 tests  ±0   7 416 ✅ ±0   40m 3s ⏱️ - 2m 15s
  470 suites ±0     542 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit b08b5ed. ± Comparison against base commit 53dc1a9.

♻️ This comment has been updated with latest results.

@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch from b13b739 to 60599c8 Compare October 29, 2024 13:28
lsb_vsx/lsb_vsx.py Outdated Show resolved Hide resolved
lsb_vsx/lsb_vsx.py Outdated Show resolved Hide resolved
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch 5 times, most recently from 0289e9e to 5927813 Compare December 4, 2024 18:10
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch 2 times, most recently from e5b76c0 to 0f74e54 Compare December 30, 2024 12:21
lsb_vsx/run-test.c Outdated Show resolved Hide resolved
lsb_vsx/run-test.c Show resolved Hide resolved
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch from 0f74e54 to 5d98608 Compare January 9, 2025 14:26
@adamdebek adamdebek requested a review from damianloew January 14, 2025 15:37
lsb_vsx/test.yaml Show resolved Hide resolved
lsb_vsx/lsb_vsx.py Show resolved Hide resolved
@adamdebek adamdebek force-pushed the adamdebek/lsb_vsx_tests branch from 5d98608 to b08b5ed Compare January 17, 2025 18:02
@adamdebek adamdebek requested a review from damianloew January 17, 2025 18:02
@damianloew damianloew merged commit 7da6e4f into master Jan 20, 2025
39 checks passed
@damianloew damianloew deleted the adamdebek/lsb_vsx_tests branch January 20, 2025 09:09
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.

3 participants