-
Notifications
You must be signed in to change notification settings - Fork 5.3k
CoreCLR runtime tests + Mono on the x64 iOS simulator #43954
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
Merged
imhameed
merged 57 commits into
dotnet:main
from
imhameed:llvm-aot-ios-x64-simulator-runtime-tests
Aug 3, 2021
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
cd655d4
Try running the existing runtime test stuff on iOS_x64 and see what b…
imhameed bcf2194
Build libraries for iOS x64
imhameed f5407b7
Checkpoint
imhameed 788c91e
.
imhameed a38489f
$ -> @
imhameed bb02967
Allow specifying a launch assembly via an environment variable
imhameed d62be57
Add iOSSimulator to the native test component exclusion list
imhameed 26c6f6a
iOS -> iOSSimulator
imhameed 17da6b1
Invoke xharness in generated runtime test execution scripts for the i…
imhameed f339a67
aaaaaa
imhameed 64c6242
Enable iOSSimulator helix queues
imhameed 6ec3caa
...
imhameed b3b105f
Try dumping output to /tmp/out instead of the home directory, which m…
imhameed 916e40a
Build iOS runtime test app bundles in parallel
imhameed 5b0697c
Move test apps to the "XUnitTestBinBase"
imhameed aeecc0d
Duplicate some script goo
imhameed cffef0b
escaping
imhameed 2b252ad
Try resetting the simulator (slow) on each test run
imhameed 9b50976
Try using invariant globalization for now (where is icudt.dat suppose…
imhameed 9bae38f
...
imhameed 771dc51
Dump the test app's stdout/stderr to stdout. Add a bunch of matching …
imhameed 6e6b075
Try not resetting the simulator
imhameed 09da8f2
...
imhameed fcfe801
Hack: for tests with a "TestGrouping" (see src/tests/Common/testgroup…
imhameed 5d4ff75
.
imhameed 432415a
Hack in simplistic support for loading assemblies from a path relativ…
imhameed 6165602
Place test assemblies and their supporting files in different subdire…
imhameed bf603af
dummy commit
imhameed 91ebaa5
dummy commit
imhameed 146543a
Prefix test subdirectories
imhameed 3aed260
escaping??
imhameed 9da20dd
Add some interop tests to issues.targets
imhameed 75801dc
Add "PayloadGroup0" reproducible failures to issues.targets
imhameed 079d7f7
Exclude more reproducibly failing tests
imhameed 1992619
Exclude another reproducible issue
imhameed 6f77899
Add more reproducible failures to issues.targets
imhameed d636201
Accumulate more shell script gunk
imhameed 0f2a312
Try OSX.1100.Amd64.Open
imhameed 9d0bbc0
Revert "Try OSX.1100.Amd64.Open"
imhameed c4c8a71
.
imhameed 52680a0
.
imhameed bcc2b25
Disable another reproducibly failing test
imhameed 85e1fdc
Exclude more reproducible failing tests
imhameed 333f3f4
Add more reproducible failures to issues.targets
imhameed e20e65d
Remove msbuild debug stuff
imhameed 908cba3
Fix word misuse
imhameed 1ba5709
Remove unusued helix pipeline spec for iOSSimulator_x86
imhameed bdbc13f
Use just-run instead of run
imhameed 42f50d3
Actually run tests
imhameed 08bd4a4
debug app installation failure
imhameed 675c410
Hard-code support for 64-bit ios simulators in MobileAppHandler.cs
imhameed 2a02020
Use app bundle IDs for just-run, rather than the full host paths used…
imhameed 8ee2314
add --device
fanyang-mono ba636a6
Remove unnecessary swith `--device`
fanyang-mono c1eaf98
For now: don't submit tests to helix
imhameed ffc7320
Adding back the code to make tests run on ios simulator
fanyang-mono f451eb0
For now: don't submit tests to helix
imhameed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
iOS -> iOSSimulator
- Loading branch information
commit 26c6f6a2b68d8902a0ba2c6cca51c5d493b0344d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -173,7 +173,7 @@ | |
|
|
||
| <!-- There are currently no native project binaries on wasm or Android --> | ||
|
||
| <Error Text="The native project files are missing in $(NativeProjectOutputFolder) please run build from the root of the repo at least once" | ||
| Condition="'@(NativeProjectBinaries)' == '' And '$(TargetOS)' != 'Browser' And '$(TargetOS)' != 'Android' And '$(TargetOS)' != 'iOS'"/> | ||
| Condition="'@(NativeProjectBinaries)' == '' And '$(TargetOS)' != 'Browser' And '$(TargetOS)' != 'Android' And '$(TargetOS)' != 'iOS' And '$(TargetOS)' != 'iOSSimulator'"/> | ||
|
|
||
| <Copy | ||
| SourceFiles="@(NativeProjectBinaries)" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.