Skip to content

Avx2 new algo and tests #153

Avx2 new algo and tests

Avx2 new algo and tests #153

Triggered via pull request May 23, 2024 18:48
Status Failure
Total duration 15m 4s
Billable time 35m
Artifacts

dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 30 warnings
Build and test on macos-latest
Process completed with exit code 1.
Build and test on macos-latest: src/UTF8.cs#L737
The variable 'TempUtf16CodeUnitCountAdjustment' is assigned but its value is never used
Build and test on macos-latest: src/UTF8.cs#L738
The variable 'TempScalarCountAdjustment' is assigned but its value is never used
Build and test on macos-latest: test/UTF8ValidationTests.cs#L458
The variable 'outputLength' is assigned but its value is never used
Build and test on macos-latest: test/UTF8ValidationTests.cs#L79
Public method 'simpleGoodSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on macos-latest: test/UTF8ValidationTests.cs#L148
Public method 'BadSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on macos-latest: test/UTF8ValidationTests.cs#L236
Public method 'Node48995Test' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on macos-latest: test/UTF8ValidationTests.cs#L242
Public method 'NoError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on macos-latest: test/UTF8ValidationTests.cs#L305
Public method 'NoErrorSpecificByteCount' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on macos-latest: test/UTF8ValidationTests.cs#L376
Public method 'NoErrorIncompleteThenASCII' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on macos-latest: test/UTF8ValidationTests.cs#L454
Public method 'NoErrorIncompleteAt256Vector' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on windows-latest: src/UTF8.cs#L737
The variable 'TempUtf16CodeUnitCountAdjustment' is assigned but its value is never used
Build and test on windows-latest: src/UTF8.cs#L738
The variable 'TempScalarCountAdjustment' is assigned but its value is never used
Build and test on windows-latest: test/UTF8ValidationTests.cs#L458
The variable 'outputLength' is assigned but its value is never used
Build and test on windows-latest: test/UTF8ValidationTests.cs#L79
Public method 'simpleGoodSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on windows-latest: test/UTF8ValidationTests.cs#L148
Public method 'BadSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on windows-latest: test/UTF8ValidationTests.cs#L236
Public method 'Node48995Test' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on windows-latest: test/UTF8ValidationTests.cs#L242
Public method 'NoError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on windows-latest: test/UTF8ValidationTests.cs#L305
Public method 'NoErrorSpecificByteCount' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on windows-latest: test/UTF8ValidationTests.cs#L376
Public method 'NoErrorIncompleteThenASCII' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on windows-latest: test/UTF8ValidationTests.cs#L454
Public method 'NoErrorIncompleteAt256Vector' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on ubuntu-latest: src/UTF8.cs#L737
The variable 'TempUtf16CodeUnitCountAdjustment' is assigned but its value is never used
Build and test on ubuntu-latest: src/UTF8.cs#L738
The variable 'TempScalarCountAdjustment' is assigned but its value is never used
Build and test on ubuntu-latest: test/UTF8ValidationTests.cs#L458
The variable 'outputLength' is assigned but its value is never used
Build and test on ubuntu-latest: test/UTF8ValidationTests.cs#L79
Public method 'simpleGoodSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on ubuntu-latest: test/UTF8ValidationTests.cs#L148
Public method 'BadSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on ubuntu-latest: test/UTF8ValidationTests.cs#L236
Public method 'Node48995Test' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on ubuntu-latest: test/UTF8ValidationTests.cs#L242
Public method 'NoError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on ubuntu-latest: test/UTF8ValidationTests.cs#L305
Public method 'NoErrorSpecificByteCount' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on ubuntu-latest: test/UTF8ValidationTests.cs#L376
Public method 'NoErrorIncompleteThenASCII' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
Build and test on ubuntu-latest: test/UTF8ValidationTests.cs#L454
Public method 'NoErrorIncompleteAt256Vector' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)