Skip to content
Snippets Groups Projects
Commit eef626ab authored by Kevin Liu's avatar Kevin Liu
Browse files

Add strict_mode: false

As strict mode is in place, the default strict_mode is now set to true. We are encourage teams to write tests in strict_mode to make tests Bivalent (able to run on device and devicelessly)
For more info on strict mode: go/roboStrictMode

Flag: NONE
Test: atest SystemUiRoboTests, SpaRoboRNGTests, SettingsLibRoboTests, FrameworksServicesRoboTests, BackupFrameworksServicesRoboTests, InputRoboRNGTests
Bug: 334089788
Change-Id: I9827910496af67eab33efddb7c32d8e40b497c13
parent 0bd33674
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,5 @@ android_robolectric_test {
],
java_resource_dirs: ["config"],
upstream: true,
strict_mode: false,
}
......@@ -26,4 +26,5 @@ android_robolectric_test {
instrumentation_for: "SettingsLibDataStoreShell",
coverage_libs: ["SettingsLibDataStore"],
upstream: true,
strict_mode: false,
}
......@@ -71,4 +71,6 @@ android_robolectric_test {
upstream: true,
java_resource_dirs: ["config"],
instrumentation_for: "SpaRoboApp",
strict_mode: false,
}
......@@ -64,6 +64,8 @@ android_robolectric_test {
timeout: 36000,
},
upstream: true,
strict_mode: false,
}
java_genrule {
......
......@@ -64,6 +64,8 @@ android_robolectric_test {
instrumentation_for: "FrameworksServicesLib",
upstream: true,
strict_mode: false,
}
filegroup {
......
......@@ -68,4 +68,6 @@ android_robolectric_test {
upstream: true,
strict_mode: false,
}
......@@ -69,4 +69,6 @@ android_robolectric_test {
upstream: true,
java_resource_dirs: ["config"],
instrumentation_for: "InputRoboApp",
strict_mode: false,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment