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

Disable pragma2 test on Linux #2252

Merged
merged 1 commit into from
Apr 3, 2022

Conversation

cmuellner
Copy link
Contributor

The pragma2 test fails on Linux and there is nothing Souffle can do about it.
Let's disable it.

See #2214

This test fails on Linux.
See souffle-lang#2214

Signed-off-by: Christoph Muellner <cmuellner@gcc.gnu.org>
@codecov
Copy link

codecov bot commented Apr 2, 2022

Codecov Report

Merging #2252 (97d74ca) into master (25265cc) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2252      +/-   ##
==========================================
- Coverage   75.11%   75.09%   -0.02%     
==========================================
  Files         455      455              
  Lines       28443    28443              
==========================================
- Hits        21364    21360       -4     
- Misses       7079     7083       +4     
Impacted Files Coverage Δ
src/ast/transform/PragmaChecker.cpp 86.66% <0.00%> (-13.34%) ⬇️
...ouffle/datastructure/ConcurrentInsertOnlyHashMap.h 81.30% <0.00%> (-1.63%) ⬇️
src/include/souffle/utility/ParallelUtil.h 76.74% <0.00%> (+1.55%) ⬆️

Copy link
Member

@b-scholz b-scholz left a comment

Choose a reason for hiding this comment

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

Thanks for fixing the test case!

@b-scholz b-scholz merged commit ae7f6a0 into souffle-lang:master Apr 3, 2022
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

2 participants