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

testing: Merge and simplify convert-stencil-to-ll-mlir filechecks. #1046

Merged
merged 2 commits into from May 31, 2023

Conversation

PapyChacal
Copy link
Collaborator

@PapyChacal PapyChacal commented May 31, 2023

Some were just removed, e.g. separate load/cast/access tests, which are just tested in every example.
More importantly, this switches all examples to lowering-only of shape infered examples, to separately test shape-inference and conversion from now on.

@PapyChacal PapyChacal added the testing PRs that modify tests label May 31, 2023
@PapyChacal PapyChacal self-assigned this May 31, 2023
@PapyChacal PapyChacal force-pushed the emilien/stencil-filecheck-conversion branch from 1f5b6fb to 077513c Compare May 31, 2023 18:05
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04 ⚠️

Comparison is base (50fd752) 86.95% compared to head (ff6249a) 86.92%.

Additional details and impacted files
@@                         Coverage Diff                          @@
##           emilien/stencil-filecheck-polish    #1046      +/-   ##
====================================================================
- Coverage                             86.95%   86.92%   -0.04%     
====================================================================
  Files                                   126      126              
  Lines                                 19434    19434              
  Branches                               2948     2948              
====================================================================
- Hits                                  16899    16893       -6     
- Misses                                 2036     2041       +5     
- Partials                                499      500       +1     

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@PapyChacal
Copy link
Collaborator Author

I'll add some examples to get the coverage at least back to before the PR (for the stencil code; don't know about those parser internal corner-cases!)

@PapyChacal PapyChacal force-pushed the emilien/stencil-filecheck-conversion branch from 077513c to ff6249a Compare May 31, 2023 18:38
@PapyChacal PapyChacal changed the base branch from main to emilien/stencil-filecheck-polish May 31, 2023 18:38
@PapyChacal
Copy link
Collaborator Author

Stacked on #1047 because part of the coverage loss is due to an issue with the shape inference's filecheck.

Base automatically changed from emilien/stencil-filecheck-polish to main May 31, 2023 19:16
Some were just removed, e.g. separate load/cast/access tests, which are just tested in every example.
Thos can be thought of as reconciled unrealized casts.
@PapyChacal PapyChacal force-pushed the emilien/stencil-filecheck-conversion branch from 0ad9e64 to 7a03f56 Compare May 31, 2023 19:17
@PapyChacal
Copy link
Collaborator Author

At time of writing the Codecov comment takes time to update but I checked codecov report for the loss of coverage and it's alright now (https://app.codecov.io/gh/xdslproject/xdsl/pull/1046)

@PapyChacal PapyChacal merged commit 67cead8 into main May 31, 2023
11 checks passed
@PapyChacal PapyChacal deleted the emilien/stencil-filecheck-conversion branch May 31, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing PRs that modify tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants