-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Where is more sample demos for Linux/ARM? #5384
Comments
👍 I'm also able to run this demo, however it crashes for me after pressing enter with the following trace:
|
The next logical step would be to run the CoreCLR test suite and try fixing tests to be in par with x64. |
@manu-silicon , In my case, No crashes after pressing enter. I have tested the graphical hello word.!!! without any crashes at the below TestBeds.
|
Hi @leemgs, I don't think we have many sample apps. I agree with @manu-silicon's suggestion to run CoreCLR tests as the next step. |
@sergiy-k, Now, there are seven demos in https://github.com/dotnet/corefxlab/tree/master/demos from CoreFXLab. Could not we currently get the more demo applicationa to make more robust .net core (e.g., CoreCLR + CoreFX) for Linux/ARM?
|
@leemgs for making the .NET core on ARM more robust, I would recommend using the CoreCLR managed tests, which are in the src/tests subfolder of the source tree. There are about 6000 of them. They are focused on testing various parts of the runtime, including exception handling. |
@janvorli I just tried to run the test on arm, but I'm getting:
Indeed I do not have a tests folder under src/pal. What does it take to have it? |
@janvorli Nevermind, I had skipped the tests on my initial builds and forgot about it. |
@janvorli The test you mentioned are already being run and their progress is tracked on another thread: dotnet/coreclr#3977 |
As you apparently know since you already commented on that thread. :) |
After we displayed the simple console hello world a few days ago thanks to @benpye and @jkotas , we have successfully run Graphical Hello World that is released by Corefx Lab community as following:
https://github.com/dotnet/corefxlab/tree/master/demos/CoreClrConsoleApplications/HelloWorld
We have attached screenshot; We have run the Graphical Hello world!!! on Linux/ARM Emulator (supporting both [1] hard-floating point based Loader and [2] soft-floating point based Loader)
BTW, Where can we download more sample applications to evaluate more various C# codes?
Windows Logo
Linux Logo
FreeBSD Logo
Mac Log
The text was updated successfully, but these errors were encountered: