这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@nmoinvaz
Copy link
Member

@nmoinvaz nmoinvaz commented Jun 16, 2021

See #979. This PR does reproduce the problem for AARCH64.

@nmoinvaz nmoinvaz force-pushed the improvements/pigz-aarch branch from 862cf73 to 9abf389 Compare June 16, 2021 15:23
@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #1004 (9abf389) into develop (e2705f8) will increase coverage by 1.56%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1004      +/-   ##
===========================================
+ Coverage    76.37%   77.94%   +1.56%     
===========================================
  Files           77       77              
  Lines         8250     8242       -8     
  Branches      1342     1342              
===========================================
+ Hits          6301     6424     +123     
+ Misses        1417     1290     -127     
+ Partials       532      528       -4     
Flag Coverage Δ
macos_clang 68.34% <ø> (ø)
macos_gcc 67.21% <ø> (ø)
ubuntu_clang 74.85% <ø> (+5.49%) ⬆️
ubuntu_clang_debug 75.17% <ø> (+6.41%) ⬆️
ubuntu_clang_inflate_allow_invalid_dist 74.59% <ø> (+5.48%) ⬆️
ubuntu_clang_inflate_strict 74.84% <ø> (+5.49%) ⬆️
ubuntu_clang_mmap 74.82% <ø> (+5.47%) ⬆️
ubuntu_clang_msan 74.85% <ø> (+5.49%) ⬆️
ubuntu_clang_pigz 35.19% <ø> (-0.15%) ⬇️
ubuntu_clang_pigz_no_optim 37.62% <ø> (-0.17%) ⬇️
ubuntu_clang_pigz_no_threads 34.84% <ø> (-0.15%) ⬇️
ubuntu_gcc 74.40% <ø> (+5.86%) ⬆️
ubuntu_gcc_aarch64 74.69% <ø> (+5.90%) ⬆️
ubuntu_gcc_aarch64_compat_no_opt 73.47% <ø> (+6.49%) ⬆️
ubuntu_gcc_aarch64_no_acle 73.87% <ø> (+6.17%) ⬆️
ubuntu_gcc_aarch64_no_neon 74.22% <ø> (+6.24%) ⬆️
ubuntu_gcc_armhf 74.67% <ø> (+5.92%) ⬆️
ubuntu_gcc_armhf_compat_no_opt 73.43% <ø> (+6.49%) ⬆️
ubuntu_gcc_armhf_no_acle 74.87% <ø> (+5.95%) ⬆️
ubuntu_gcc_armhf_no_neon 75.19% <ø> (+6.03%) ⬆️
ubuntu_gcc_armsf 74.68% <ø> (+5.92%) ⬆️
ubuntu_gcc_armsf_compat_no_opt 73.43% <ø> (+6.49%) ⬆️
ubuntu_gcc_compat_no_opt 74.60% <ø> (+6.17%) ⬆️
ubuntu_gcc_mingw_i686 0.00% <ø> (ø)
ubuntu_gcc_mingw_x86_64 0.00% <ø> (ø)
ubuntu_gcc_no_avx2 74.66% <ø> (+5.89%) ⬆️
ubuntu_gcc_no_pclmulqdq 72.96% <ø> (+6.24%) ⬆️
ubuntu_gcc_no_sse2 73.99% <ø> (+6.05%) ⬆️
ubuntu_gcc_no_sse4 73.17% <ø> (+6.27%) ⬆️
ubuntu_gcc_o3 74.32% <ø> (+6.00%) ⬆️
ubuntu_gcc_osb 77.38% <ø> (+6.51%) ⬆️
ubuntu_gcc_pigz 35.27% <ø> (+0.02%) ⬆️
ubuntu_gcc_ppc 74.96% <ø> (+6.05%) ⬆️
ubuntu_gcc_ppc64 75.81% <ø> (+6.03%) ⬆️
ubuntu_gcc_ppc64le 74.57% <ø> (+6.10%) ⬆️
ubuntu_gcc_s390x 73.50% <ø> (+5.70%) ⬆️
ubuntu_gcc_sparc64 76.17% <ø> (+6.10%) ⬆️
win64_gcc 70.16% <ø> (ø)
win64_gcc_compat_no_opt 73.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
trees_emit.h 95.06% <0.00%> (+12.50%) ⬆️
deflate.h 47.82% <0.00%> (+14.49%) ⬆️
inftrees.c 97.84% <0.00%> (+15.10%) ⬆️
trees.c 96.17% <0.00%> (+21.58%) ⬆️
zutil_p.h 66.66% <0.00%> (+26.66%) ⬆️
zutil.c 82.14% <0.00%> (+46.42%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2705f8...9abf389. Read the comment docs.

@Dead2 Dead2 merged commit 21d119e into zlib-ng:develop Jun 18, 2021
Dead2 added a commit that referenced this pull request Jun 21, 2021
- Fix inflate corruption on aarch64 #1008
- Fix MSVC warnings #1002
- Minor chunkset improvements #1000 #994
- Minor cleanup #997
- Add CI test for pigz on aarch64 #1004
- Cmake improvements #996
@Dead2 Dead2 mentioned this pull request Jun 21, 2021
Dead2 added a commit that referenced this pull request Jun 21, 2021
- Fix inflate corruption on aarch64 #1008
- Fix MSVC warnings #1002 #1013
- Minor chunkset improvements #1000 #994
- Minor cleanup #997
- Add CI test for pigz on aarch64 #1004
- Cmake improvements #996
Dead2 added a commit that referenced this pull request Jun 22, 2021
- Fix inflate corruption on aarch64 #1008
- Fix MSVC warnings #1002 #1013
- Minor chunkset improvements #1000 #994 #1015
- Minor cleanup #997
- Add CI test for pigz on aarch64 #1004
- Cmake improvements #996
Dead2 added a commit that referenced this pull request Jun 25, 2021
- Fix inflate corruption on aarch64 #1008
- Fix MSVC warnings #1002 #1013
- Minor chunkset improvements #1000 #994 #1015
- Minor cleanup #997
- Add CI test for pigz on aarch64 #1004
- Cmake improvements #996
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.

2 participants