Add GN isolate support for a bunch of unittests.
[chromium-blink-merge.git] / testing / variations / fieldtrial_testing_config_linux.json
blob0d5c15ce8f7085b0c977bb760ff84e778b391bf9
2     "InstanceID": [
3         {
4             "group_name": "Enabled"
5         }
6     ],
7     "ReportCertificateErrors": [
8         {
9             "group_name": "ShowAndPossiblySend",
10             "params": {
11                 "sendingThreshold": "1.0"
12             }
13         },
14         {
15             "group_name": "ShowAndPossiblySend",
16             "params": {
17                 "sendingThreshold": "-1.0"
18             }
19         },
20         {
21             "group_name": "ShowAndPossiblySend",
22             "params": {
23                 "sendingThreshold": "0.0"
24             }
25         },
26         {
27             "group_name": "ShowAndPossiblySend",
28             "params": {
29                 "sendingThreshold": "abcdef"
30             }
31         },
32         {
33             "group_name": "DontShowAndDontSend"
34         }
35     ]