Skip to content

Fix class name + update method name #1758

Fix class name + update method name

Fix class name + update method name #1758

Triggered via push August 8, 2024 04:49
Status Failure
Total duration 13m 39s
Artifacts 8

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

96 errors and 17 warnings
Test (Linux, ubuntu-latest, Release, SingleThread)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Debug, SingleThread)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Release, MultiThreaded)
Process completed with exit code 1.
Test (macOS, macos-latest, Debug, SingleThread)
Process completed with exit code 1.
Test (Windows, windows-latest, Debug, MultiThreaded)
Process completed with exit code 1.
Test (Windows, windows-latest, Debug, SingleThread)
Process completed with exit code 1.
Test (macOS, macos-latest, Debug, MultiThreaded)
Process completed with exit code 1.
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(0,0): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 0x0 Expected: less than or equal to 1.0f But was: 25.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(1,1): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 1x1 Expected: less than or equal to 1.0f But was: 26.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L20
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSizeWithOffset: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L40
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestScaleAdjustOnlyAffectsDisplaySize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L61
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestBaselineAdjustmentWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L364
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: 0.370000035f But was: 0.730000079f
osu.Framework.Tests.Text.TextBuilderTest ► TestNewLineUsesGlyphHeightWhenNotUsingFontHeightAsSize: osu.Framework.Tests/Text/TextBuilderTest.cs#L199
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Text.TextBuilderTest ► TestRemoveCharacterWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L487
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: 0.290000051f But was: 0.290000021f
osu.Framework.Tests.Text.TextBuilderTest ► TestWhitespaceDoesNotAffectBaselineOrHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L241
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchUntilOverflow: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchWithFlushes: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Linux-MultiThreaded-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(0,0): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 0x0 Expected: less than or equal to 1.0f But was: 25.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(1,1): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 1x1 Expected: less than or equal to 1.0f But was: 26.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L20
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSizeWithOffset: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L40
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestScaleAdjustOnlyAffectsDisplaySize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L61
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestBaselineAdjustmentWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L364
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: 0.370000035f But was: 0.730000079f
osu.Framework.Tests.Text.TextBuilderTest ► TestNewLineUsesGlyphHeightWhenNotUsingFontHeightAsSize: osu.Framework.Tests/Text/TextBuilderTest.cs#L199
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Text.TextBuilderTest ► TestRemoveCharacterWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L487
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: 0.290000051f But was: 0.290000021f
osu.Framework.Tests.Text.TextBuilderTest ► TestWhitespaceDoesNotAffectBaselineOrHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L241
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchUntilOverflow: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchWithFlushes: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-macOS-SingleThread-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(0,0): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 0x0 Expected: less than or equal to 1.0f But was: 25.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(1,1): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 1x1 Expected: less than or equal to 1.0f But was: 26.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L20
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSizeWithOffset: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L40
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestScaleAdjustOnlyAffectsDisplaySize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L61
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestBaselineAdjustmentWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L364
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: 0.370000035f But was: 0.730000079f
osu.Framework.Tests.Text.TextBuilderTest ► TestNewLineUsesGlyphHeightWhenNotUsingFontHeightAsSize: osu.Framework.Tests/Text/TextBuilderTest.cs#L199
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Text.TextBuilderTest ► TestRemoveCharacterWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L487
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: 0.290000051f But was: 0.290000021f
osu.Framework.Tests.Text.TextBuilderTest ► TestWhitespaceDoesNotAffectBaselineOrHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L241
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchUntilOverflow: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchWithFlushes: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Linux-SingleThread-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(0,0): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 0x0 Expected: less than or equal to 1.0f But was: 25.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(1,1): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 1x1 Expected: less than or equal to 1.0f But was: 26.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L18
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSizeWithOffset: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L38
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestScaleAdjustOnlyAffectsDisplaySize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L58
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestBaselineAdjustmentWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L364
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: 0.370000035f But was: 0.730000079f
osu.Framework.Tests.Text.TextBuilderTest ► TestNewLineUsesGlyphHeightWhenNotUsingFontHeightAsSize: osu.Framework.Tests/Text/TextBuilderTest.cs#L199
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Text.TextBuilderTest ► TestRemoveCharacterWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L487
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: 0.290000051f But was: 0.290000021f
osu.Framework.Tests.Text.TextBuilderTest ► TestWhitespaceDoesNotAffectBaselineOrHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L241
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchUntilOverflow: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchWithFlushes: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Linux-SingleThread-Release.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(0,0): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 0x0 Expected: less than or equal to 1.0f But was: 25.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in D:\a\osu-framework\osu-framework\osu.Framework.Tests\Graphics\TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in D:\a\osu-framework\osu-framework\osu.Framework.Tests\Graphics\TextureAtlasTest.cs:line 40 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(1,1): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 1x1 Expected: less than or equal to 1.0f But was: 26.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in D:\a\osu-framework\osu-framework\osu.Framework.Tests\Graphics\TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in D:\a\osu-framework\osu-framework\osu.Framework.Tests\Graphics\TextureAtlasTest.cs:line 40 at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L20
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSizeWithOffset: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L40
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestScaleAdjustOnlyAffectsDisplaySize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L61
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestBaselineAdjustmentWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L364
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: 0.370000035f But was: 0.730000079f
osu.Framework.Tests.Text.TextBuilderTest ► TestNewLineUsesGlyphHeightWhenNotUsingFontHeightAsSize: osu.Framework.Tests/Text/TextBuilderTest.cs#L199
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Text.TextBuilderTest ► TestRemoveCharacterWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L487
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: 0.290000051f But was: 0.290000021f
osu.Framework.Tests.Text.TextBuilderTest ► TestWhitespaceDoesNotAffectBaselineOrHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L241
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchUntilOverflow: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchWithFlushes: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Windows-MultiThreaded-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(0,0): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 0x0 Expected: less than or equal to 1.0f But was: 25.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(1,1): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 1x1 Expected: less than or equal to 1.0f But was: 26.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L18
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSizeWithOffset: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L38
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestScaleAdjustOnlyAffectsDisplaySize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L58
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestBaselineAdjustmentWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L364
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: 0.370000035f But was: 0.730000079f
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(0,0): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 0x0 Expected: less than or equal to 1.0f But was: 25.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in D:\a\osu-framework\osu-framework\osu.Framework.Tests\Graphics\TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in D:\a\osu-framework\osu-framework\osu.Framework.Tests\Graphics\TextureAtlasTest.cs:line 40 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Text.TextBuilderTest ► TestNewLineUsesGlyphHeightWhenNotUsingFontHeightAsSize: osu.Framework.Tests/Text/TextBuilderTest.cs#L199
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(1,1): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 1x1 Expected: less than or equal to 1.0f But was: 26.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in D:\a\osu-framework\osu-framework\osu.Framework.Tests\Graphics\TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in D:\a\osu-framework\osu-framework\osu.Framework.Tests\Graphics\TextureAtlasTest.cs:line 40 at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Text.TextBuilderTest ► TestRemoveCharacterWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L487
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: 0.290000051f But was: 0.290000021f
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L20
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestWhitespaceDoesNotAffectBaselineOrHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L241
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSizeWithOffset: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L40
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchUntilOverflow: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Graphics.TextureRegionTest ► TestScaleAdjustOnlyAffectsDisplaySize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L61
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestBaselineAdjustmentWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L364
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: 0.370000035f But was: 0.730000079f
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchWithFlushes: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Linux-MultiThreaded-Release.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Text.TextBuilderTest ► TestNewLineUsesGlyphHeightWhenNotUsingFontHeightAsSize: osu.Framework.Tests/Text/TextBuilderTest.cs#L199
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Text.TextBuilderTest ► TestRemoveCharacterWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L487
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: 0.290000051f But was: 0.290000021f
osu.Framework.Tests.Text.TextBuilderTest ► TestWhitespaceDoesNotAffectBaselineOrHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L241
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchUntilOverflow: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Visual.Graphics.TestSceneVertexBatching ► TestBatchWithFlushes: osu.Framework/Graphics/Rendering/Renderer.cs#L730
Failed test found in: TestResults-Windows-SingleThread-Debug.trx Error: System.InvalidOperationException : Stack empty.
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(0,0): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 0x0 Expected: less than or equal to 1.0f But was: 25.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureAtlasTest ► TestAtlasAdd(1,1): osu.Framework.Tests/Graphics/TextureAtlasTest.cs#L40
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: No Exception to be thrown But was: <NUnit.Framework.AssertionException: Returned texture is wider than TextureAtlas for texture 1x1 Expected: less than or equal to 1.0f But was: 26.0f at NUnit.Framework.Assert.ReportFailure(String message) at NUnit.Framework.Assert.ReportFailure(ConstraintResult result, String message, Object[] args) at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args) at NUnit.Framework.Assert.LessOrEqual(Single arg1, Single arg2, String message, Object[] args) at osu.Framework.Tests.Graphics.TextureAtlasTest.testWithSize(Int32 width, Int32 height) in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 54 at osu.Framework.Tests.Graphics.TextureAtlasTest.<>c__DisplayClass0_0.<TestAtlasAdd>b__0() in /Users/runner/work/osu-framework/osu-framework/osu.Framework.Tests/Graphics/TextureAtlasTest.cs:line 40 at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) --- End of stack trace from previous location --- at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception) at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate) at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L20
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestRegionHasCorrectSizeWithOffset: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L40
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Graphics.TextureRegionTest ► TestScaleAdjustOnlyAffectsDisplaySize: osu.Framework.Tests/Graphics/TextureRegionTest.cs#L61
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: 100 But was: 1
osu.Framework.Tests.Text.TextBuilderTest ► TestBaselineAdjustmentWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L364
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: 0.370000035f But was: 0.730000079f
osu.Framework.Tests.Text.TextBuilderTest ► TestNewLineUsesGlyphHeightWhenNotUsingFontHeightAsSize: osu.Framework.Tests/Text/TextBuilderTest.cs#L199
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Text.TextBuilderTest ► TestRemoveCharacterWhenNotUsingFontSizeAsHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L487
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: 0.290000051f But was: 0.290000021f
osu.Framework.Tests.Text.TextBuilderTest ► TestWhitespaceDoesNotAffectBaselineOrHeight: osu.Framework.Tests/Text/TextBuilderTest.cs#L241
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: Expected: 0.00999999978f But was: 0.190000042f
osu.Framework.Tests.Visual.Containers.TestSceneCachedBufferedContainer ► TestConstructor: TestResults-macOS-MultiThreaded-Debug.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: box 7 count equals box 8 count
osu.Framework.Tests.Visual.Drawables.TestSceneDelayedLoadWrapper ► TestManyChildrenFunction(True): TestResults-macOS-MultiThreaded-Debug.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded-Debug.trx Error: not too many loaded
Test (Linux, ubuntu-latest, Release, SingleThread)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Linux, ubuntu-latest, Release, SingleThread)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Debug, SingleThread)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Linux, ubuntu-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Release, MultiThreaded)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Linux, ubuntu-latest, Release, MultiThreaded)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (macOS, macos-latest, Debug, SingleThread)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (macOS, macos-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in /Users/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Windows, windows-latest, Debug, MultiThreaded)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Windows, windows-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in D:\a\osu-framework\osu-framework. Supported file pattern: go.sum
Test (Windows, windows-latest, Debug, SingleThread)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Windows, windows-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in D:\a\osu-framework\osu-framework. Supported file pattern: go.sum
Test (macOS, macos-latest, Debug, MultiThreaded)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (macOS, macos-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in /Users/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "osu-framework-test-results-Linux-MultiThreaded-Debug", "osu-framework-test-results-Linux-MultiThreaded-Release", "osu-framework-test-results-Linux-SingleThread-Debug", "osu-framework-test-results-Linux-SingleThread-Release", "osu-framework-test-results-macOS-MultiThreaded-Debug", "osu-framework-test-results-macOS-SingleThread-Debug", "osu-framework-test-results-Windows-MultiThreaded-Debug", "osu-framework-test-results-Windows-SingleThread-Debug". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
osu-framework-test-results-Linux-MultiThreaded-Debug Expired
5.47 MB
osu-framework-test-results-Linux-MultiThreaded-Release Expired
3.87 MB
osu-framework-test-results-Linux-SingleThread-Debug Expired
5.28 MB
osu-framework-test-results-Linux-SingleThread-Release Expired
3.87 MB
osu-framework-test-results-Windows-MultiThreaded-Debug Expired
5.57 MB
osu-framework-test-results-Windows-SingleThread-Debug Expired
5.3 MB
osu-framework-test-results-macOS-MultiThreaded-Debug Expired
8.29 MB
osu-framework-test-results-macOS-SingleThread-Debug Expired
5.33 MB