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

Commit 13073aed authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add CtsTextTestCases everywhere" into main

parents 868ff20d a2ff330e
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsTextTestCases",
      "options": [
          {
              "exclude-annotation": "android.platform.test.annotations.FlakyTest"
          },
          {
              "exclude-annotation": "androidx.test.filters.LargeTest"
          }
      ]
    }
  ]
}
+11 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,17 @@
          "exclude-annotation": "android.platform.test.annotations.AppModeFull"
          "exclude-annotation": "android.platform.test.annotations.AppModeFull"
        }
        }
      ]
      ]
    },
    {
      "name": "CtsTextTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ]
    }
    }
  ]
  ]
}
}
+12 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,18 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
        }
      ]
      ]
    },
    {
      "name": "CtsTextTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ],
      "file_patterns": ["(/|^)Typeface\\.java", "(/|^)Paint\\.java"]
    }
    }
  ]
  ]
}
}
+21 −0
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsTextTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ],
      "file_patterns": [
        "Typeface\\.java",
        "Paint\\.java",
        "[^/]*Canvas\\.java",
        "[^/]*Font[^/]*\\.java"
      ]
    }
  ]
}
+15 −0
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsTextTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ]
    }
  ]
}
Loading