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

[Mono][Android][TEST] GC/Scenarios/Dynamo/dynamo/dynamo.sh failed #53350

Closed
Tracked by #44661
fanyang-mono opened this issue May 27, 2021 · 7 comments
Closed
Tracked by #44661

[Mono][Android][TEST] GC/Scenarios/Dynamo/dynamo/dynamo.sh failed #53350

fanyang-mono opened this issue May 27, 2021 · 7 comments
Assignees
Labels
area-VM-meta-mono disabled-test The test is disabled in source code against the issue os-android test-bug Problem in test source code (most likely)
Milestone

Comments

@fanyang-mono
Copy link
Member

Android adb log:

05-27 10:13:26.650 25944 25964 I DOTNET  : MonoRunner initialize,, entryPointLibName=dynamo.dll
05-27 10:13:26.650 25944 25964 D DOTNET  : file_path: /data/user/0/net.dot.GC_Scenarios/files/runtimeconfig.bin
05-27 10:13:26.652 25944 25964 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: dynamo.dll (null) /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : Executable: dynamo.dll
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: System.Runtime  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: System.Console  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.923 25944 25964 D DOTNET  : assembly_preload_hook: System.Runtime.InteropServices  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.925 25944 25964 D DOTNET  : assembly_preload_hook: System.Threading  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.993 25944 25964 I DOTNET  : Usage: Dynamo n m [seed]
05-27 10:13:26.993 25944 25964 I DOTNET  :        where n is the number of elements
05-27 10:13:26.993 25944 25964 I DOTNET  :        and m is the number of dynamo nodes
05-27 10:13:26.993 25944 25964 I DOTNET  :        ( m<=n; m,n>10 )
05-27 10:13:26.993 25944 25964 I DOTNET  :        seed is an optional random seed, by default DateTime.Now.Ticks is used
05-27 10:13:26.993 25944 25964 D DOTNET  : Exit code: 1.
05-27 10:13:26.993 25944 25964 I DOTNET  : MonoRunner finished, return-code=1
@ghost
Copy link

ghost commented May 27, 2021

Tagging subscribers to this area: @BrzVlad
See info in area-owners.md if you want to be subscribed.

Issue Details

Android adb log:

05-27 10:13:26.650 25944 25964 I DOTNET  : MonoRunner initialize,, entryPointLibName=dynamo.dll
05-27 10:13:26.650 25944 25964 D DOTNET  : file_path: /data/user/0/net.dot.GC_Scenarios/files/runtimeconfig.bin
05-27 10:13:26.652 25944 25964 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: dynamo.dll (null) /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : Executable: dynamo.dll
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: System.Runtime  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: System.Console  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.923 25944 25964 D DOTNET  : assembly_preload_hook: System.Runtime.InteropServices  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.925 25944 25964 D DOTNET  : assembly_preload_hook: System.Threading  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.993 25944 25964 I DOTNET  : Usage: Dynamo n m [seed]
05-27 10:13:26.993 25944 25964 I DOTNET  :        where n is the number of elements
05-27 10:13:26.993 25944 25964 I DOTNET  :        and m is the number of dynamo nodes
05-27 10:13:26.993 25944 25964 I DOTNET  :        ( m<=n; m,n>10 )
05-27 10:13:26.993 25944 25964 I DOTNET  :        seed is an optional random seed, by default DateTime.Now.Ticks is used
05-27 10:13:26.993 25944 25964 D DOTNET  : Exit code: 1.
05-27 10:13:26.993 25944 25964 I DOTNET  : MonoRunner finished, return-code=1
Author: fanyang-mono
Assignees: -
Labels:

area-GC-mono, os-android

Milestone: 6.0.0

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label May 27, 2021
@SamMonoRT SamMonoRT removed the untriaged New issue has not been triaged by the area owner label Jun 15, 2021
@SamMonoRT
Copy link
Member

@BrzVlad - any ideas on this one ?

@BrzVlad
Copy link
Member

BrzVlad commented Jun 16, 2021

While the test contains some finalizer fishiness that might not be supported on mono, the failure here is clearly bad invocation of the test. So it is something in the testing infrastructure and not in the GC.

@fanyang-mono fanyang-mono changed the title [Mono][Android] GC/Scenarios/Dynamo/dynamo/dynamo.sh failed [Mono][Android][TEST] GC/Scenarios/Dynamo/dynamo/dynamo.sh failed Jun 16, 2021
@fanyang-mono fanyang-mono added test-bug Problem in test source code (most likely) and removed area-GC-mono labels Jun 16, 2021
@SamMonoRT
Copy link
Member

@fanyang-mono ensure test is excluded.

@SamMonoRT SamMonoRT modified the milestones: 6.0.0, 7.0.0 Jun 16, 2021
@fanyang-mono fanyang-mono added the disabled-test The test is disabled in source code against the issue label Jun 16, 2021
@ghost
Copy link

ghost commented Jun 17, 2021

Tagging subscribers to this area: @CoffeeFlux
See info in area-owners.md if you want to be subscribed.

Issue Details

Android adb log:

05-27 10:13:26.650 25944 25964 I DOTNET  : MonoRunner initialize,, entryPointLibName=dynamo.dll
05-27 10:13:26.650 25944 25964 D DOTNET  : file_path: /data/user/0/net.dot.GC_Scenarios/files/runtimeconfig.bin
05-27 10:13:26.652 25944 25964 D DOTNET  : assembly_preload_hook: System.Private.CoreLib (null) /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: dynamo.dll (null) /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : Executable: dynamo.dll
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: System.Runtime  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.725 25944 25964 D DOTNET  : assembly_preload_hook: System.Console  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.923 25944 25964 D DOTNET  : assembly_preload_hook: System.Runtime.InteropServices  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.925 25944 25964 D DOTNET  : assembly_preload_hook: System.Threading  /data/user/0/net.dot.GC_Scenarios/files
05-27 10:13:26.993 25944 25964 I DOTNET  : Usage: Dynamo n m [seed]
05-27 10:13:26.993 25944 25964 I DOTNET  :        where n is the number of elements
05-27 10:13:26.993 25944 25964 I DOTNET  :        and m is the number of dynamo nodes
05-27 10:13:26.993 25944 25964 I DOTNET  :        ( m<=n; m,n>10 )
05-27 10:13:26.993 25944 25964 I DOTNET  :        seed is an optional random seed, by default DateTime.Now.Ticks is used
05-27 10:13:26.993 25944 25964 D DOTNET  : Exit code: 1.
05-27 10:13:26.993 25944 25964 I DOTNET  : MonoRunner finished, return-code=1
Author: fanyang-mono
Assignees: naricc, fanyang-mono
Labels:

area-VM-meta-mono, disabled-test, os-android, test bug

Milestone: 7.0.0

@SamMonoRT
Copy link
Member

Moving to 8.0.0

@SamMonoRT SamMonoRT modified the milestones: 7.0.0, 8.0.0 Aug 1, 2022
@SamMonoRT SamMonoRT assigned BrzVlad and unassigned naricc Mar 13, 2023
@BrzVlad
Copy link
Member

BrzVlad commented Apr 6, 2023

expected failure

@BrzVlad BrzVlad closed this as completed Apr 6, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono disabled-test The test is disabled in source code against the issue os-android test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

5 participants