Delete un-tested hybrid_android_views, add layering to android_engine_test. (#162903)

Another large test suite that has never been running.

The underlying thing I _think_ it wanted tested, which was hybrid
composition, is now tested by `android_engine_test`. I also added a red
square on top of each platform view so that, like
`hybrid_android_views`, we can make sure layering is working as
expected.

Any other ideas? Can also be follow-up PRs?
This commit is contained in:
Matan Lurey
2025-02-07 13:51:54 -08:00
committed by GitHub
parent 2c5c1143c2
commit 6e631c5a46
33 changed files with 50 additions and 2534 deletions

View File

@@ -1,12 +0,0 @@
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_devicelab/framework/devices.dart';
import 'package:flutter_devicelab/framework/framework.dart';
import 'package:flutter_devicelab/tasks/integration_tests.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.android;
await task(createHybridAndroidViewsIntegrationTest());
}