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

CoreCLR runtime tests + Mono on the x64 iOS simulator #43954

Merged

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    cd655d4 View commit details
    Browse the repository at this point in the history
  2. Build libraries for iOS x64

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    bcf2194 View commit details
    Browse the repository at this point in the history
  3. Checkpoint

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f5407b7 View commit details
    Browse the repository at this point in the history
  4. .

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    788c91e View commit details
    Browse the repository at this point in the history
  5. $ -> @

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a38489f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb02967 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d62be57 View commit details
    Browse the repository at this point in the history
  8. iOS -> iOSSimulator

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    26c6f6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17da6b1 View commit details
    Browse the repository at this point in the history
  10. aaaaaa

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f339a67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64c6242 View commit details
    Browse the repository at this point in the history
  12. ...

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6ec3caa View commit details
    Browse the repository at this point in the history
  13. Try dumping output to /tmp/out instead of the home directory, which m…

    …ay require extra permissions to access
    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b3b105f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    916e40a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b0697c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aeecc0d View commit details
    Browse the repository at this point in the history
  17. escaping

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    cffef0b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2b252ad View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9b50976 View commit details
    Browse the repository at this point in the history
  20. ...

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    9bae38f View commit details
    Browse the repository at this point in the history
  21. Dump the test app's stdout/stderr to stdout. Add a bunch of matching …

    …braces to enable use of vi's brace matching feature to quickly find the beginning and end of each log
    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    771dc51 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6e6b075 View commit details
    Browse the repository at this point in the history
  23. ...

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    09da8f2 View commit details
    Browse the repository at this point in the history
  24. Hack: for tests with a "TestGrouping" (see src/tests/Common/testgroup…

    …ing.proj), unconditionally upload directories with ".app" as a suffix to helix, along with their contents
    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    fcfe801 View commit details
    Browse the repository at this point in the history
  25. .

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    5d4ff75 View commit details
    Browse the repository at this point in the history
  26. Hack in simplistic support for loading assemblies from a path relativ…

    …e to the app bundle root
    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    432415a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6165602 View commit details
    Browse the repository at this point in the history
  28. dummy commit

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    bf603af View commit details
    Browse the repository at this point in the history
  29. dummy commit

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    91ebaa5 View commit details
    Browse the repository at this point in the history
  30. Prefix test subdirectories

    Loader_regressions contains a test DLL named "main", which makes CMake
    generate an xcode project that fails to build main.m. I don't really
    want to spend time figuring out why CMake is doing this, so instead this
    adds a prefix to each test subdirectory.
    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    146543a View commit details
    Browse the repository at this point in the history
  31. escaping??

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3aed260 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9da20dd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    75801dc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    079d7f7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1992619 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6f77899 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d636201 View commit details
    Browse the repository at this point in the history
  38. Try OSX.1100.Amd64.Open

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0f2a312 View commit details
    Browse the repository at this point in the history
  39. Revert "Try OSX.1100.Amd64.Open"

    This reverts commit 2f0c8cab10e6157bf493a5e11ccb3ce2cdd12aa0.
    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    9d0bbc0 View commit details
    Browse the repository at this point in the history
  40. .

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    c4c8a71 View commit details
    Browse the repository at this point in the history
  41. .

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    52680a0 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    bcc2b25 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    85e1fdc View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    333f3f4 View commit details
    Browse the repository at this point in the history
  45. Remove msbuild debug stuff

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    e20e65d View commit details
    Browse the repository at this point in the history
  46. Fix word misuse

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    908cba3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1ba5709 View commit details
    Browse the repository at this point in the history
  48. Use just-run instead of run

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    bdbc13f View commit details
    Browse the repository at this point in the history
  49. Actually run tests

    imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    42f50d3 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    08bd4a4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    675c410 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2a02020 View commit details
    Browse the repository at this point in the history
  53. add --device

    fanyang-mono authored and imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8ee2314 View commit details
    Browse the repository at this point in the history
  54. Remove unnecessary swith --device

    fanyang-mono authored and imhameed committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    ba636a6 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    c1eaf98 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    ffc7320 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    f451eb0 View commit details
    Browse the repository at this point in the history