mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-03 14:09:33 +03:00
Tests: rename isolated_scripts groups
isolated_scripts_group_pixel6 currently has one item but more is coming Bug: b/296397568 Change-Id: I404cc24331c8d31a51e21c15d28040a7c7507945 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4850870 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Roman Lavrov <romanl@google.com>
This commit is contained in:
@@ -1273,7 +1273,7 @@
|
||||
'angle_unit_gtests',
|
||||
],
|
||||
|
||||
'common_isolated_scripts': [
|
||||
'isolated_scripts_group_common': [
|
||||
'angle_capture_isolated_scripts',
|
||||
'angle_perf_smoke_isolated_scripts',
|
||||
'angle_restricted_trace_gold_isolated_scripts',
|
||||
@@ -1282,12 +1282,16 @@
|
||||
'angle_trace_perf_vulkan_smoke_isolated_scripts',
|
||||
],
|
||||
|
||||
'common_perf_isolated_scripts': [
|
||||
'isolated_scripts_group_perf': [
|
||||
'angle_perf_isolated_scripts',
|
||||
'angle_trace_perf_native_isolated_scripts',
|
||||
'angle_trace_perf_vulkan_isolated_scripts',
|
||||
],
|
||||
|
||||
'isolated_scripts_group_pixel6': [
|
||||
'angle_restricted_trace_gold_isolated_scripts',
|
||||
],
|
||||
|
||||
'linux_intel_gtests': [
|
||||
'angle_deqp_gles2_gl_gtests',
|
||||
'angle_end2end_gtests',
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'android_vulkan_gtests',
|
||||
'isolated_scripts': 'angle_restricted_trace_gold_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_pixel6',
|
||||
},
|
||||
},
|
||||
'android-arm64-pixel4': {
|
||||
@@ -41,7 +41,7 @@
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'android_gtests',
|
||||
'isolated_scripts': 'common_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_common',
|
||||
},
|
||||
},
|
||||
'android-arm64-pixel4-perf': {
|
||||
@@ -53,7 +53,7 @@
|
||||
'timeout_120m',
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'common_perf_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_perf',
|
||||
},
|
||||
},
|
||||
'android-arm64-pixel6': {
|
||||
@@ -65,7 +65,7 @@
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'android_vulkan_gtests',
|
||||
'isolated_scripts': 'angle_restricted_trace_gold_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_pixel6',
|
||||
},
|
||||
},
|
||||
'android-arm64-pixel6-perf': {
|
||||
@@ -77,7 +77,7 @@
|
||||
'timeout_120m',
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'common_perf_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_perf',
|
||||
},
|
||||
},
|
||||
'linux-amd': {
|
||||
@@ -139,7 +139,7 @@
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'linux_intel_gtests',
|
||||
'isolated_scripts': 'common_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_common',
|
||||
},
|
||||
},
|
||||
'linux-intel-perf': {
|
||||
@@ -149,7 +149,7 @@
|
||||
'timeout_120m',
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'common_perf_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_perf',
|
||||
},
|
||||
},
|
||||
'linux-nvidia': {
|
||||
@@ -159,7 +159,7 @@
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'linux_nvidia_gtests',
|
||||
'isolated_scripts': 'common_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_common',
|
||||
},
|
||||
},
|
||||
'linux-nvidia-perf': {
|
||||
@@ -169,7 +169,7 @@
|
||||
'timeout_120m',
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'common_perf_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_perf',
|
||||
},
|
||||
},
|
||||
'linux-swiftshader': {
|
||||
@@ -283,7 +283,7 @@
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'win10_intel_gtests',
|
||||
'isolated_scripts': 'common_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_common',
|
||||
},
|
||||
},
|
||||
'win10-x64-intel-perf': {
|
||||
@@ -293,7 +293,7 @@
|
||||
'win10_intel_uhd_630_stable',
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'common_perf_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_perf',
|
||||
},
|
||||
},
|
||||
'win10-x64-nvidia': {
|
||||
@@ -303,7 +303,7 @@
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'win10_nvidia_gtests',
|
||||
'isolated_scripts': 'common_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_common',
|
||||
},
|
||||
},
|
||||
'win10-x64-nvidia-perf': {
|
||||
@@ -313,7 +313,7 @@
|
||||
'win10_nvidia_gtx_1660_stable',
|
||||
],
|
||||
'test_suites': {
|
||||
'isolated_scripts': 'common_perf_isolated_scripts',
|
||||
'isolated_scripts': 'isolated_scripts_group_perf',
|
||||
},
|
||||
},
|
||||
'win10-x64-swiftshader': {
|
||||
|
||||
Reference in New Issue
Block a user