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

Bring up Android device aot on ci #50510

Closed
wants to merge 75 commits into from

Commits on Mar 31, 2021

  1. Bring up Android device aot on ci

    Addresses dotnet#33381
    Steve Pfister committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    33a7a32 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Merge remote-tracking branch 'upstream/main' into enable-droid-device…

    …-aot
    Steve Pfister committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0d8ff94 View commit details
    Browse the repository at this point in the history
  2. Bump the aot timeout to see how long it really takes

    Steve Pfister committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    01adef8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. See if trimming helps w/ the build time

    Steve Pfister committed May 17, 2021
    Configuration menu
    Copy the full SHA
    450fe1e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into enable-droid-device…

    …-aot
    Steve Pfister committed May 17, 2021
    Configuration menu
    Copy the full SHA
    fa5d814 View commit details
    Browse the repository at this point in the history
  3. Raise the default number of trampolines

    Steve Pfister committed May 17, 2021
    Configuration menu
    Copy the full SHA
    4409b89 View commit details
    Browse the repository at this point in the history
  4. Mirroring wasm skips for aot and trimming

    Steve Pfister committed May 17, 2021
    Configuration menu
    Copy the full SHA
    3a097ec View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Skip more suites that fail aot

    Steve Pfister committed May 18, 2021
    Configuration menu
    Copy the full SHA
    639fcf0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into enable-droid-device…

    …-aot
    Steve Pfister committed May 18, 2021
    Configuration menu
    Copy the full SHA
    eed28b9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. More exclusions.

    Steve Pfister committed May 19, 2021
    Configuration menu
    Copy the full SHA
    490f7c5 View commit details
    Browse the repository at this point in the history
  2. More exclusions

    Steve Pfister committed May 19, 2021
    Configuration menu
    Copy the full SHA
    31f4555 View commit details
    Browse the repository at this point in the history
  3. See if default trimming produces better results

    Steve Pfister committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8d9ad90 View commit details
    Browse the repository at this point in the history
  4. Make sure to skip problematic tests

    Steve Pfister committed May 19, 2021
    Configuration menu
    Copy the full SHA
    eb11e93 View commit details
    Browse the repository at this point in the history
  5. More skips

    Steve Pfister committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cb132d1 View commit details
    Browse the repository at this point in the history
  6. Trimming switch so the other builds don't fail

    Steve Pfister committed May 19, 2021
    Configuration menu
    Copy the full SHA
    9f5991c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Skip the tests failing due to 'Attempting to JIT compile method while…

    … running in aot-only mode.'
    MaximLipnin committed May 25, 2021
    Configuration menu
    Copy the full SHA
    9baa874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d528f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5887106 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    6a7b42c View commit details
    Browse the repository at this point in the history
  2. Skip more library tests due to "Attempting to JIT compile method ... …

    …while running in aot-only mode."
    MaximLipnin committed May 26, 2021
    Configuration menu
    Copy the full SHA
    6bfe553 View commit details
    Browse the repository at this point in the history
  3. Fix wrong attribute

    MaximLipnin committed May 26, 2021
    Configuration menu
    Copy the full SHA
    3669c17 View commit details
    Browse the repository at this point in the history
  4. Add System using

    MaximLipnin committed May 26, 2021
    Configuration menu
    Copy the full SHA
    27e6fe0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    ed1dc03 View commit details
    Browse the repository at this point in the history
  2. Skip more library tests due to "Attempting to JIT compile method ... …

    …while running in aot-only mode."
    MaximLipnin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e680218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7635795 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dad7cab View commit details
    Browse the repository at this point in the history
  5. Move ConditionalClass up to the right level

    Steve Pfister committed May 27, 2021
    Configuration menu
    Copy the full SHA
    b3ceed5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. More skipped tests

    MaximLipnin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    db00361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de9fe15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a96c05 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    4f498b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e7658 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Skip more tests

    MaximLipnin committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ff94a36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64784c4 View commit details
    Browse the repository at this point in the history
  3. Skip more tests

    MaximLipnin committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    386d365 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Skip more tests

    MaximLipnin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    1ac9b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14f9ab0 View commit details
    Browse the repository at this point in the history
  3. Skip more tests

    MaximLipnin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    f692894 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Skip more tests

    MaximLipnin committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    27452e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d11612f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5620351 View commit details
    Browse the repository at this point in the history
  4. Skip more tests

    MaximLipnin committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    846d697 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    075052e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88de22f View commit details
    Browse the repository at this point in the history
  7. Add active issue links

    MaximLipnin committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    d14d51e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    6a9a4cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5870d41 View commit details
    Browse the repository at this point in the history
  3. Add an active issue

    MaximLipnin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    e6a9602 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54e6bae View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    1713dc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    33d7684 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    d7eca0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376bdb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6e99f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5b2dab View commit details
    Browse the repository at this point in the history
  5. Update tests.proj

    MaximLipnin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c684fc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    171d528 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    a7fbfeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8697a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ecdf5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    874e9c7 View commit details
    Browse the repository at this point in the history
  5. Using

    MaximLipnin committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    db088de View commit details
    Browse the repository at this point in the history
  6. Enable debugger support

    MaximLipnin committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    72389de View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. More debugger support

    MaximLipnin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    2933ae8 View commit details
    Browse the repository at this point in the history
  2. Same issue as on browser

    MaximLipnin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c1ab593 View commit details
    Browse the repository at this point in the history
  3. Method is not supported

    MaximLipnin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    cfb2051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d481664 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0600168 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Merge remote-tracking branch 'upstream/main' into enable-droid-device…

    …-aot
    Steve Pfister committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3755d74 View commit details
    Browse the repository at this point in the history
  2. Flip back llvm flag

    Steve Pfister committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    10e2e48 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into enable-droid-device…

    …-aot
    Steve Pfister committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    41f8319 View commit details
    Browse the repository at this point in the history
  4. quick fix

    Steve Pfister committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    e26477a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    6f33cb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Merge branch 'main' into enable-droid-device-aot

    # Conflicts:
    #	src/libraries/System.Runtime.Serialization.Xml/tests/DataContractSerializer.cs
    MaximLipnin committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    b52642d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cefff0 View commit details
    Browse the repository at this point in the history