Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52b01a20 authored by Kevin Jeon's avatar Kevin Jeon Committed by Android (Google) Code Review
Browse files

Merge "Add MessageQueue-related tests to presubmit" into main

parents 0c2eb6f5 10a0870a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -98,6 +98,13 @@
    {
      "file_patterns": ["Environment[^/]*\\.java"],
      "name": "FrameworksCoreTests_environment"
    },
    {
      "file_patterns": [
        "Message[^/]*\\.java",
        "WaitState\\.java"
      ],
      "name": "FrameworksCoreTests_messagequeue"
    }
  ],
  "postsubmit": [
+15 −0
Original line number Diff line number Diff line
@@ -854,3 +854,18 @@ test_module_config {
    test_suites: ["device-tests"],
    include_filters: ["android.tracing"],
}

test_module_config {
    name: "FrameworksCoreTests_messagequeue",
    base: "FrameworksCoreTests",
    test_suites: [
        "automotive-tests",
        "device-platinum-tests",
        "device-tests",
    ],
    include_filters: [
        "android.os.MessageHeapTest",
        "android.os.MessageStackTest",
        "android.os.WaitStateTest",
    ],
}