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

Span bug when using std::fill_n in Release Mode #1437

Closed
williamfgc opened this issue May 21, 2019 · 0 comments
Closed

Span bug when using std::fill_n in Release Mode #1437

williamfgc opened this issue May 21, 2019 · 0 comments
Assignees
Labels

Comments

@williamfgc
Copy link
Contributor

williamfgc commented May 21, 2019

to reproduce with ctest on Ubuntu 18.04.2 LTS using gcc 7.4.0:
ctest -VV -R Span

5/5 Test #197: BPWriteReadSpan.BPWriteRead1D8FillValue ...***Failed    0.35 sec

The following tests passed:
	BPWriteReadSpan.BPWriteRead1D8
	BPWriteReadSpan.BPWriteRead2D2x4
	BPWriteReadSpan.BPWriteRead1D8Local
	BPWriteReadSpan.BPWriteRead2D2x4Local

80% tests passed, 1 tests failed out of 5

Total Test time (real) =   1.19 sec

The following tests FAILED:
	197 - BPWriteReadSpan.BPWriteRead1D8FillValue (Failed)
Errors while running CTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant