No sandbox on flaky GPU tests

Adds the --no-sandbox flag to the following tests on Win10 x64 Debug
(NVIDIA):
1. info_collection_tests
2. depth_capture_tests
3. gpu_process_launch_tests
4. context_lost_tests

This will hopefully give us more information about why the renderer
process is flakily crashing/hanging without producing any minidumps.

Also drive-by removes a --no-sandbox addition to another GPU test on the
same bot which is no longer necessary.

[email protected]

Bug: 1007013
Change-Id: I9bbcc7a48e6eee61eccd8fb9f4bb40fa5e7954f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050146
Reviewed-by: Brian Sheedy <[email protected]>
Commit-Queue: Brian Sheedy <[email protected]>
Cr-Commit-Position: refs/heads/master@{#740506}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 6aa20ad..94db838b 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -438,9 +438,6 @@
         # crbug.com/868082
         'args': [
           '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
-          # TODO(https://crbug.com/1007013): Remove this flag when it's no
-          # longer necessary to figure out why the renderer process is crashing.
-          '--no-sandbox',
         ],
       },
       'Win10 Tests x64 Code Coverage': {
@@ -540,6 +537,13 @@
           '--is-asan',
         ]
       },
+      'Win10 x64 Debug (NVIDIA)': {
+        'args': [
+          # TODO(https://crbug.com/1007013): Remove this flag when it's no
+          # longer necessary to figure out why the renderer process is hanging.
+          '--extra-browser-args=--no-sandbox',
+        ],
+      },
     },
   },
   'crashpad_tests': {
@@ -579,6 +583,15 @@
     'remove_from': [
       'Android FYI Release (Pixel 2)',
     ],
+    'modifications': {
+      'Win10 x64 Debug (NVIDIA)': {
+        'args': [
+          # TODO(https://crbug.com/1007013): Remove this flag when it's no
+          # longer necessary to figure out why the renderer process is hanging.
+          '--extra-browser-args=--no-sandbox',
+        ],
+      },
+    },
   },
   'extensions_browsertests': {
     'remove_from': [
@@ -729,6 +742,15 @@
     'remove_from': [
       'Android FYI Release (Pixel 2)',
     ],
+    'modifications': {
+      'Win10 x64 Debug (NVIDIA)': {
+        'args': [
+          # TODO(https://crbug.com/1007013): Remove this flag when it's no
+          # longer necessary to figure out why the renderer process is hanging.
+          '--extra-browser-args=--no-sandbox',
+        ],
+      },
+    },
   },
   'hardware_accelerated_feature_tests': {
     # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
@@ -753,6 +775,15 @@
       'Mac V8 FYI Release (Intel)',
       'Win V8 FYI Release (NVIDIA)',
     ],
+    'modifications': {
+      'Win10 x64 Debug (NVIDIA)': {
+        'args': [
+          # TODO(https://crbug.com/1007013): Remove this flag when it's no
+          # longer necessary to figure out why the renderer process is hanging.
+          '--extra-browser-args=--no-sandbox',
+        ],
+      },
+    },
   },
   'interactive_ui_tests': {
     'remove_from': [