icecat: add release icecat-140.10.1-1gnu1 for ecne
This commit is contained in:
parent
a5f93cb214
commit
ff85d7c623
1256 changed files with 63469 additions and 24141 deletions
|
|
@ -310,7 +310,7 @@ tests.push({
|
|||
});
|
||||
|
||||
tests.push({
|
||||
region: "CA", // Testing for "rest of world" (excluding US, RU, TR, BY, KZ)
|
||||
region: "CA", // Testing for "rest of world" (excluding US, RU, BY)
|
||||
distribution: "dt-002",
|
||||
application: "icecat-android",
|
||||
test: engines =>
|
||||
|
|
@ -332,7 +332,7 @@ tests.push({
|
|||
});
|
||||
|
||||
tests.push({
|
||||
region: "CA", // Testing for "rest of world" (excluding US, RU, TR, BY, KZ)
|
||||
region: "CA", // Testing for "rest of world" (excluding US, RU, BY)
|
||||
distribution: "dt-003",
|
||||
application: "icecat-android",
|
||||
test: engines =>
|
||||
|
|
@ -342,6 +342,28 @@ tests.push({
|
|||
hasTelemetryId(engines, "Google", "google-b-dt"),
|
||||
});
|
||||
|
||||
tests.push({
|
||||
region: "US",
|
||||
distribution: "xiaomi-001",
|
||||
application: "icecat-android",
|
||||
test: engines =>
|
||||
hasParams(engines, "Google", "client=icecat-b-1-dt") &&
|
||||
hasDefault(engines, "Google") &&
|
||||
hasEnginesFirst(engines, ["Google"]) &&
|
||||
hasTelemetryId(engines, "Google", "google-b-1-dt"),
|
||||
});
|
||||
|
||||
tests.push({
|
||||
region: "CA", // Testing for "rest of world" (excluding US, RU, BY)
|
||||
distribution: "xiaomi-001",
|
||||
application: "icecat-android",
|
||||
test: engines =>
|
||||
hasParams(engines, "Google", "client=icecat-b-dt") &&
|
||||
hasDefault(engines, "Google") &&
|
||||
hasEnginesFirst(engines, ["Google"]) &&
|
||||
hasTelemetryId(engines, "Google", "google-b-dt"),
|
||||
});
|
||||
|
||||
tests.push({
|
||||
region: "US",
|
||||
distribution: "aura-001",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ const test = new SearchConfigTest({
|
|||
: "icecat-b-1-d",
|
||||
},
|
||||
{
|
||||
excluded: [{ regions: ["us", "by", "kz", "ru", "tr"] }],
|
||||
excluded: [{ regions: ["us", "by", "ru"] }],
|
||||
included: [{}],
|
||||
domain: "google.com",
|
||||
telemetryId:
|
||||
|
|
@ -62,7 +62,7 @@ const test = new SearchConfigTest({
|
|||
: "icecat-b-d",
|
||||
},
|
||||
{
|
||||
included: [{ regions: ["by", "kz", "ru", "tr"] }],
|
||||
included: [{ regions: ["by", "ru"] }],
|
||||
domain: "google.com",
|
||||
telemetryId: "google-com-nocodes",
|
||||
partnerCode: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue