0036-BUILD.gn-disable-chrome-related-test.patch 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. From 65b603b2d4a7d4d4b2afdb272f58ae377df70446 Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Wed, 22 Jun 2022 08:02:05 +0000
  4. Subject: [PATCH 36/51] BUILD.gn: disable chrome related test
  5. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  6. ---
  7. BUILD.gn | 12 ++++++++----
  8. 1 file changed, 8 insertions(+), 4 deletions(-)
  9. diff --git a/BUILD.gn b/BUILD.gn
  10. index b08f040b11ab..9971e594a5be 100644
  11. --- a/BUILD.gn
  12. +++ b/BUILD.gn
  13. @@ -137,7 +137,8 @@ group("gn_all") {
  14. "//chrome/test:browser_tests",
  15. "//chrome/test:interactive_ui_tests",
  16. "//chrome/test:sync_integration_tests",
  17. - "//chrome/test/chromedriver:chromedriver_unittests",
  18. + # Reb's WA
  19. + # "//chrome/test/chromedriver:chromedriver_unittests",
  20. "//components/subresource_filter/tools:subresource_filter_tools",
  21. "//components/zucchini:zucchini",
  22. "//components/zucchini:zucchini_unittests",
  23. @@ -541,7 +542,8 @@ group("gn_all") {
  24. deps += [
  25. "//chrome/test:load_library_perf_tests",
  26. "//chrome/test:sync_performance_tests",
  27. - "//chrome/test/chromedriver:chromedriver",
  28. + # Reb's WA
  29. + # "//chrome/test/chromedriver:chromedriver",
  30. "//courgette:courgette",
  31. "//courgette:courgette_fuzz",
  32. "//courgette:courgette_minimal_tool",
  33. @@ -1077,7 +1079,8 @@ if (!is_ios) {
  34. ]
  35. data_deps = [
  36. "//chrome:chrome",
  37. - "//chrome/test/chromedriver",
  38. + # Reb's WA
  39. + # "//chrome/test/chromedriver",
  40. "//testing:test_scripts_shared",
  41. "//third_party/catapult/third_party/typ",
  42. ]
  43. @@ -1089,7 +1092,8 @@ if (!is_ios) {
  44. script = "//testing/scripts/run_wpt_tests.py"
  45. data_deps = [
  46. "//chrome:chrome",
  47. - "//chrome/test/chromedriver",
  48. + # Reb's WA
  49. + # "//chrome/test/chromedriver",
  50. "//third_party/blink/tools:wpt_tests_isolate",
  51. "//tools/imagediff",
  52. ]
  53. --
  54. 2.25.1