tast_control.gni 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. # Copyright 2021 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # WARNING: if you wish to disable a tast test that runs in a ChromeOS SDK
  5. # build, this is the wrong file to edit. You need to mark those tests as
  6. # "informational" in their source .go files.
  7. # To disable a specific test in chrome_all_tast_tests, add it the following
  8. # list and cite a bug.
  9. tast_disabled_tests_from_chrome_all = [
  10. # crbug.com/1184931
  11. "health.ProbeBatteryMetrics",
  12. # crbug.com/1242415
  13. "hwsec.AttestationEnrollOnly",
  14. "hwsec.ChapsAttributePolicy",
  15. "hwsec.ChapsPKCS1V15",
  16. "policy.AccessibilityPolicies.sticky_keys",
  17. "policy.AllowDinosaurEasterEgg",
  18. "policy.DisableScreenshotsExtension",
  19. # crbug.com/1238654
  20. "lockscreen.KeyboardShortcut",
  21. "camera.EncodeAccelJPEG",
  22. # https://crbug.com/1252352
  23. "quicksettings.SignInScreen.battery",
  24. "quicksettings.SignInScreen.noaudio_nobattery",
  25. "quicksettings.SignInScreen.audio",
  26. # crbug.com/1263234
  27. "quicksettings.ManagedDeviceInfo",
  28. # crbug.com/1259127
  29. "ui.TabletOperations",
  30. # crbug.com/1239838
  31. "graphics.FPS",
  32. # crbug.com/1263233
  33. "security.SharedFilesystemState",
  34. # https://crbug.com/1269880: Flaky.
  35. "ui.ChromeCrashReporterMetrics.success_crashpad",
  36. # https://crbug.com/1276549: Flaky.
  37. "ui.ChromeCrashLoop.breakpad",
  38. "ui.ChromeCrashLoop.breakpad_mock_consent",
  39. "ui.ChromeCrashReporterMetrics.success_breakpad",
  40. "ui.ChromeCrashReporterMetrics.miss_breakpad",
  41. # https://crbug.com/1269124: Flaky.
  42. "quicksettings.LockScreen.no_battery",
  43. # https://crbug.com/1273485: Flaky.
  44. "printer.ProxyAdd.epson_software_collate",
  45. "printer.ProxyAdd.epson_software_uncollated",
  46. # https://crbug.com/1279285: Flaky.
  47. "policy.AllowWakeLocks",
  48. # https://crbug.com/1285206
  49. "policy.DeveloperToolsAvailability",
  50. # https://crbug.com/1311242
  51. "policy.ImagesForURLCheck.allowlist",
  52. # https://crbug.com/1281645
  53. "quicksettings.LockScreen",
  54. # https://crbug.com/1282372
  55. "security.SELinuxFilesARC",
  56. "security.NetworkListenersARC",
  57. "security.SELinuxProcessesARC",
  58. # https://crbug.com/1282370
  59. "arc.Boot.vm_with_per_vcpu_core_scheduling",
  60. # https://crbug.com/1282481
  61. "quicksettings.OpenSettings",
  62. # http://b/212644512
  63. "security.SELinuxFilesDataDir",
  64. # https://crbug.com/1260046
  65. "wmp.WindowCycle",
  66. # b/217362120
  67. "security.SELinuxFilesARC.vm",
  68. # https://crbug.com/1297581
  69. "policy.ImagesForURLCheck.blocklist",
  70. "policy.ImagesForURLCheck.default",
  71. "policy.Disable3DAPIs",
  72. "policy.JavaScriptAllowedForUrls",
  73. "policy.JavaScriptBlockedForUrls",
  74. "policy.ImagesForURLCheck.default",
  75. # https://crbug.com/1300941
  76. "ui.WebUIJSErrors",
  77. # https://crbug.com/1351699
  78. "ui.ForceRegion",
  79. # https://crbug.com/1306441
  80. "policy.UserAvatarImage",
  81. # https://crbug.com/1308288
  82. "policy.BasicAuthOverHTTPEnabled",
  83. "policy.AllowCrossOriginAuthPrompt.lacros",
  84. "policy.BlockThirdPartyCookies.lacros",
  85. "policy.BookmarkBarEnabled.lacros",
  86. # https://crbug.com/1310619
  87. "policy.AutoOpenAllowedForURLs.lacros",
  88. # https://crbug.com/1307671
  89. "policy.SafeBrowsingProtectionLevel",
  90. # https://crbug.com/1309331
  91. "policy.CookiesAllowedForUrls",
  92. # https://crbug.com/1307582
  93. "policy.AccessibilityPolicies.docked_magnifier",
  94. # https://crbug.com/1307940
  95. "policy.URLCheck.blocklist",
  96. # https://crbug.com/1309114
  97. "policy.BlockThirdPartyCookies.lacros",
  98. # https://crbug.com/1309288
  99. "policy.AudioCaptureAllowed",
  100. "policy.AlternateErrorPagesEnabled",
  101. # https://crbug.com/1309289
  102. "policy.AllowDeletingBrowserHistory",
  103. # https://crbug.com/1309052
  104. "policy.ShowHomeButton",
  105. "policy.ShowLogoutButtonInTray",
  106. # https://crbug.com/1309075
  107. "policy.AccessibilityPolicies.virtual_keyboard",
  108. "policy.AccessibilityPolicies.spoken_feedback",
  109. # https://crbug.com/1309466
  110. "arc.StartStop.vm",
  111. # https://crbug.com/1309492
  112. "arc.DragDrop.chrome_to_android",
  113. # https://crbug.com/1311081
  114. "policy.AutoOpenAllowedForURLs.lacros",
  115. # https://crbug.com/1312121
  116. "policy.DefaultJavaScriptSetting",
  117. "policy.CookiesBlockedForUrls",
  118. # https://crbug.com/1312965
  119. "policy.AllowDinosaurEasterEggEnrolled",
  120. # https://crbug.com/1312908
  121. "policy.DefaultNotificationsSetting",
  122. # https://crbug.com/1318989
  123. "assistant.StartupInSignedOutMode",
  124. "login.ChangePassword",
  125. # https://crbug.com/1326279
  126. "policy.AccessibilityPolicies.focus_highlight",
  127. # https://crbug.com/1326331
  128. "policy.AccessibilityPolicies.high_contrast",
  129. # https://crbug.com/1326403
  130. "policy.AccessibilityPolicies.large_cursor",
  131. # https://crbug.com/1327345
  132. "policy.ChromePolicyPageStatusTimestamps.ash",
  133. # https://crbug.com/1327361
  134. "policy.FullscreenAllowed",
  135. # https://crbug.com/1329734
  136. "health.DiagnosticsList",
  137. "health.DiagnosticsCancel.urandom",
  138. # https://crbug.com/1329761
  139. "policy.DefaultSerialGuardSetting",
  140. # http://b/229032436
  141. "health.DiagnosticsRun.captive_portal",
  142. "health.DiagnosticsRun.cpu_cache",
  143. "health.DiagnosticsRun.cpu_stress",
  144. "health.DiagnosticsRun.dns_latency",
  145. "health.DiagnosticsRun.dns_resolution",
  146. "health.DiagnosticsRun.dns_resolver_present",
  147. # http://b234699971
  148. "crostini.AppGeditUnshareFolder",
  149. # b/235279574
  150. "wmp.DragAndDropWindow",
  151. # http://b/236312054
  152. "crostini.AppGeditFilesharing",
  153. "crostini.AppGeditFilesharing.stable",
  154. "crostini.AppGeditFilesharing.clamshell_stable",
  155. # http://b/236710501
  156. "crostini.AppAndroidStudio.stable",
  157. "crostini.AppGeditUnshareFolder.stable",
  158. "crostini.AppGeditUnshareFolder.clamshell_stable",
  159. # http://crbug.com/1339132
  160. "crostini.AppEclipse",
  161. "crostini.AppEmacs",
  162. "crostini.AppVscode",
  163. "crostini.BasicLxdNext.stable",
  164. "crostini.RestartApp",
  165. "crostini.RestartApp.stable",
  166. "crostini.RestartApp.clamshell_stable",
  167. # http://b/238600197
  168. "crostini.FilesAppWatch.buster_stable",
  169. # http://crbug.com/1335213
  170. "arc.WindowState.clamshell",
  171. # http://crbug.com/1309278
  172. "policy.ChromeOsLockOnIdleSuspend",
  173. # https://crbug.com/1340557
  174. "apps.LaunchSystemWebAppsFromURL",
  175. # https://crbug.com/1341074
  176. "launcher.BubbleLaunchApp.enable_launcher_app_sort",
  177. # https://crbug.com/1341076
  178. "launcher.BubbleLaunchApp.disable_launcher_app_sort",
  179. # https://crbug.com/1236234
  180. "lacros.AudioPlay",
  181. # https://crbug.com/1346149
  182. "apps.Sharesheet",
  183. # http://crbug.com/1350529
  184. "crostini.RemoveCancel.bullseye_stable",
  185. "crostini.RemoveCancel.buster_stable",
  186. "crostini.RemoveOk.bullseye_stable",
  187. "crostini.RemoveOk.buster_stable",
  188. # b/241122961
  189. "policy.BlockThirdPartyCookies",
  190. # https://crbug.com/1350180
  191. # also see http://crbug.com/1350191
  192. "printer.Print",
  193. # https://crbug.com/1350191
  194. "arc.Print",
  195. # https://crbug.com/1350880
  196. "arc.PIPRoundedCornersUnderlay",
  197. # https://crbug.com/1352475
  198. "a11y.LiveCaption",
  199. # https://crbug.com/1352476
  200. "lacros.ShelfLaunch",
  201. "lacros.ShelfLaunch.only",
  202. "lacros.ShelfLaunch.primary",
  203. # https://crbug.com/1352477
  204. "platform.PerfettoChromeConsumer.lacros",
  205. # https://crbug.com/1352478
  206. "mlservice.WebHandwritingRecognitionNotSupported.lacros",
  207. # http://b/242349028
  208. "crostini.DragDrop.bullseye_stable",
  209. "crostini.DragDrop.buster_stable",
  210. # http://b/242172965
  211. "crostini.SSHFSMount.bullseye_stable",
  212. "crostini.SSHFSMount.buster_stable",
  213. # https://crbug.com/1353760
  214. "crostini.RestartIcon.bullseye_stable",
  215. # https://crbug.com/1354215
  216. "lacros.Basic",
  217. # https://crbug.com/1354230
  218. "crostini.NoAccessToDrive.bullseye_stable_gaia",
  219. "crostini.ShareDrive.bullseye_stable_gaia",
  220. ]
  221. # To create filters to be used on specific builders add them like this:
  222. # tast_disabled_tests_from_lacros_example = [ "lacros.Basic" ]
  223. # and add the name (i.e. 'tast_disabled_tests_from_lacros_example') to the
  224. # test config as 'tast_expr_key'
  225. # To disable a specific test in lacros_all_tast_tests, add it the following
  226. # list and cite a bug.
  227. # The test disabled here will not impact it running in chrome on chromeOS
  228. # pipeline.
  229. tast_disabled_tests_from_lacros_all = [
  230. # https://crbug.com/1329764
  231. "policy.HistoryClustersVisible",
  232. # https://crbug.com/1352476
  233. "lacros.ShelfLaunch",
  234. "lacros.ShelfLaunch.only",
  235. "lacros.ShelfLaunch.primary",
  236. # https://crbug.com/1352478
  237. "mlservice.WebHandwritingRecognition.lacros",
  238. # https://crbug.com/1352477
  239. "platform.PerfettoChromeConsumer.lacros",
  240. ]