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

[android] Fix build withe newer NDK #103233

Merged
merged 2 commits into from
Jun 12, 2024

better

590877b
Select commit
Loading
Failed to load commit list.
Merged

[android] Fix build withe newer NDK #103233

better
590877b
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jun 11, 2024 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: failures are unrelated
  • The check result has changed from Failure to Success

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    System.Resources.Extensions.Tests.FormattedObject.BasicObjectTests.DeserializeStoredObjects [Console] [Details] [Artifacts] [0.38% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Resources.Extensions.Tests.FormattedObject.BasicObjectTests.DeserializeStoredObjects(value: sdfsdf, serializedData: [BinaryFormatTests.TypeSerializableValue, BinaryFormatTests.TypeSerializableValue])
      Exception Message
      Assert.Equal() Failure: Strings differ
                 ↓ (pos 0)
      Expected: "myns1"
      Actual:   ""
      Stack Trace
         at BinaryFormatTests.FormatterTests.EqualityExtensions.IsEqual(DataTable this, DataTable other, Boolean isSamePlatform) in /_/src/libraries/System.Resources.Extensions/tests/BinaryFormatTests/Legacy/EqualityExtensions.cs:line 253
         at System.Object.InvokeStub_EqualityExtensions.IsEqual(Object , Span`1 )
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 136
      System.Resources.Extensions.Tests.FormattedObject.BasicObjectTests.DeserializeStoredObjects(value: System.Data.DataSet, serializedData: [BinaryFormatTests.TypeSerializableValue, BinaryFormatTests.TypeSerializableValue])
      Exception Message
      Assert.Equal() Failure: Strings differ
                 ↓ (pos 0)
      Expected: "myns1"
      Actual:   ""
      Stack Trace
         at BinaryFormatTests.FormatterTests.EqualityExtensions.IsEqual(DataSet this, DataSet other, Boolean isSamePlatform) in /_/src/libraries/System.Resources.Extensions/tests/BinaryFormatTests/Legacy/EqualityExtensions.cs:line 235
         at System.Object.InvokeStub_EqualityExtensions.IsEqual(Object , Span`1 )
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 136

Was this helpful? Yes No