Skip to content

Files

Latest commit

0ef5caa · Oct 23, 2023

History

History
This branch is 6245 commits behind flutter/engine:main.

testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 14, 2023
Sep 14, 2023
Oct 23, 2023
Jul 7, 2023
Feb 21, 2023
Sep 14, 2023
Aug 29, 2023
Jun 3, 2022
Oct 19, 2023
Sep 14, 2023
Oct 18, 2023
Oct 13, 2023
Jan 21, 2020
Jan 21, 2020
Aug 1, 2023
Feb 28, 2023
Jul 29, 2022
Jul 30, 2021
Dec 14, 2022
Aug 13, 2019
Nov 17, 2022
Nov 17, 2022
Mar 21, 2023
Jan 30, 2023
Sep 26, 2022
Apr 6, 2023
Sep 26, 2022
Jan 31, 2022
Feb 18, 2020
Oct 10, 2023
Sep 22, 2023
Aug 8, 2023
Apr 12, 2021
Sep 26, 2022
Sep 20, 2021
Jun 7, 2023
Sep 22, 2023
Sep 22, 2023
Feb 24, 2023
Sep 26, 2022
Sep 26, 2022
Jul 11, 2023
Oct 16, 2023
Jul 21, 2023
Jun 23, 2022
Mar 18, 2023
Mar 18, 2023
Sep 26, 2022
Jan 4, 2023
Sep 27, 2023
Feb 1, 2023
Sep 21, 2023
Sep 21, 2023
Feb 1, 2023
Apr 23, 2021
Feb 1, 2023
Sep 15, 2023
Jan 2, 2021
Sep 26, 2022
Nov 17, 2021
Oct 13, 2023
Oct 27, 2022
Feb 2, 2022
Oct 27, 2022
Aug 31, 2023
Jan 31, 2023
Sep 26, 2022
Oct 18, 2023
Sep 26, 2022
Sep 26, 2022
Sep 26, 2022
Oct 10, 2019
Oct 8, 2019
Dec 14, 2022

Engine Testing

This directory contains the infrastructure for running tests on the engine, which are most often run by Flutter's continuous integration (CI) systems.

The tests themselves are located in other directories, closer to the source for each platform, language, and variant. For instance, macOS engine unit tests written in objective C are located in the same directory as the source files, but with a Test suffix added (e.g. "FlutterEngineTest.mm" holds the tests for "FlutterEngine.mm", and they are located in the same directory).

Testing the Engine locally

If you are working on the engine, you will want to be able to run tests locally.

In order to learn the details of how do that, please consult the Flutter Wiki page on the subject.