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

Commit 25cd8799 authored by Ahmad Khalil's avatar Ahmad Khalil Committed by Android (Google) Code Review
Browse files

Merge "Extract vibrator cts tests from CtsOsTestCases" into main

parents 9792014d de88a981
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -26,6 +26,19 @@
        {"exclude-annotation": "org.junit.Ignore"}
        {"exclude-annotation": "org.junit.Ignore"}
      ]
      ]
    },
    },
    {
      "file_patterns": [
        "[^/]*(Vibrator|Vibration)[^/]*\\.java",
        "vibrator/.*"
      ],
      "name": "CtsVibratorTestCases",
      "options": [
        {"exclude-annotation": "android.platform.test.annotations.LargeTest"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    },
    {
    {
      "file_patterns": ["Bugreport[^/]*\\.java"],
      "file_patterns": ["Bugreport[^/]*\\.java"],
      "name": "BugreportManagerTestCases",
      "name": "BugreportManagerTestCases",
+4 −15
Original line number Original line Diff line number Diff line
{
{
  "presubmit": [
  "imports": [
    {
    {
      "name": "FrameworksVibratorServicesTests",
      "path": "frameworks/base/services/tests/vibrator"
      "options": [
    },
        {"exclude-annotation": "android.platform.test.annotations.LargeTest"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
  ],
  "postsubmit": [
    {
    {
      "name": "FrameworksVibratorServicesTests",
      "path": "cts/tests/vibrator"
      "options": [
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
    }
  ]
  ]
}
}
+16 −0
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    {
      "file_patterns": [
        "[^/]*(vibrator)[^/]*\\.[^/]*"
      ],
      "name": "CtsVibratorTestCases",
      "options": [
        {"exclude-annotation": "android.platform.test.annotations.LargeTest"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
  ]
}
+16 −2
Original line number Original line Diff line number Diff line
{
{
  "imports": [
  "presubmit": [
    {
    {
      "path": "frameworks/base/services/core/java/com/android/server/vibrator"
      "name": "FrameworksVibratorServicesTests",
      "options": [
        {"exclude-annotation": "android.platform.test.annotations.LargeTest"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "FrameworksVibratorServicesTests",
      "options": [
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
    }
  ]
  ]
}
}