Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Add script to compile JIT on x86 #20315

Merged
merged 4 commits into from
Aug 7, 2020
Merged

Conversation

blasten
Copy link

@blasten blasten commented Aug 6, 2020

Description

build_and_run_android_tests.sh will be called from the LUCI recipe. The scenario will run on an x86 emulator, so JIT is required.

Related Issues

flutter/flutter#55326

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the contributor guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the C++, Objective-C, Java style guides for the engine.
  • I read the tree hygiene wiki page, which explains my responsibilities.
  • I updated/added relevant documentation.
  • All existing and new tests are passing.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Did any tests fail when you ran them? Please read handling breaking changes.

@blasten blasten requested a review from godofredoc August 6, 2020 23:42
@auto-assign auto-assign bot requested a review from jason-simmons August 6, 2020 23:43
Copy link
Contributor

@godofredoc godofredoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after fixing a couple of nits.

@@ -42,6 +42,18 @@ compared against golden reside.

## Running for Android

The test is run on a x86 emulator. To run the test locally, you must create an emulator running API level 28, and set the following screen settings in the avd's `config.ini` file:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is an ongoing effort to move to api level 29 do we want to update this to 29?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds doable. I can coordinate that the Chrome infra folks.

@@ -0,0 +1,64 @@
#!/bin/bash
# Copyright 2013 The Flutter Authors. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2020?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants