Back out some bad changes

pull/10584/head
Craig Tiller 8 years ago
parent fb161b3cc3
commit ab424e8702
  1. 9
      Makefile
  2. 50
      build.yaml
  3. 3
      tools/run_tests/generated/configs.json
  4. 132
      tools/run_tests/generated/tests.json
  5. 2
      tools/run_tests/run_tests.py

@ -157,15 +157,6 @@ LDXX_asan-noleaks = clang++
CPPFLAGS_asan-noleaks = -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
LDFLAGS_asan-noleaks = -fsanitize=address
VALID_CONFIG_c++-compat = 1
CC_c++-compat = $(DEFAULT_CC)
CXX_c++-compat = $(DEFAULT_CXX)
LD_c++-compat = $(DEFAULT_CC)
LDXX_c++-compat = $(DEFAULT_CXX)
CFLAGS_c++-compat = -Wc++-compat
CPPFLAGS_c++-compat = -O0
DEFINES_c++-compat = _DEBUG DEBUG
VALID_CONFIG_ubsan = 1
REQUIRE_CUSTOM_LIBRARIES_ubsan = 1
CC_ubsan = clang

@ -3118,7 +3118,7 @@ targets:
- linux
- posix
- name: alarm_cpp_test
cpu_cost: 0.1
gtest: true
build: test
language: c++
src:
@ -3131,7 +3131,7 @@ targets:
- gpr_test_util
- gpr
- name: async_end2end_test
cpu_cost: 0.8
gtest: true
build: test
language: c++
src:
@ -3144,6 +3144,7 @@ targets:
- gpr_test_util
- gpr
- name: auth_property_iterator_test
gtest: true
build: test
language: c++
src:
@ -3445,7 +3446,6 @@ targets:
- linux
- posix
- name: bm_pollset
cpu_cost: 0.5
build: test
language: c++
src:
@ -3467,6 +3467,7 @@ targets:
- linux
- posix
- name: channel_arguments_test
gtest: true
build: test
language: c++
src:
@ -3476,6 +3477,7 @@ targets:
- grpc
- gpr
- name: channel_filter_test
gtest: true
build: test
language: c++
src:
@ -3485,6 +3487,7 @@ targets:
- grpc
- gpr
- name: cli_call_test
gtest: true
build: test
language: c++
src:
@ -3498,6 +3501,7 @@ targets:
- gpr_test_util
- gpr
- name: client_crash_test
gtest: true
cpu_cost: 0.1
build: test
language: c++
@ -3528,6 +3532,7 @@ targets:
- gpr_test_util
- gpr
- name: codegen_test_full
gtest: true
build: test
language: c++
src:
@ -3544,6 +3549,7 @@ targets:
filegroups:
- grpc++_codegen_base
- name: codegen_test_minimal
gtest: true
build: test
language: c++
src:
@ -3560,6 +3566,7 @@ targets:
- grpc++_codegen_base
- grpc++_codegen_base_src
- name: credentials_test
gtest: true
build: test
language: c++
src:
@ -3569,6 +3576,7 @@ targets:
- grpc
- gpr
- name: cxx_byte_buffer_test
gtest: true
build: test
language: c++
src:
@ -3580,6 +3588,7 @@ targets:
- gpr_test_util
- gpr
- name: cxx_slice_test
gtest: true
build: test
language: c++
src:
@ -3591,6 +3600,7 @@ targets:
- gpr_test_util
- gpr
- name: cxx_string_ref_test
gtest: true
build: test
language: c++
src:
@ -3598,6 +3608,7 @@ targets:
deps:
- grpc++
- name: cxx_time_test
gtest: true
build: test
language: c++
src:
@ -3609,7 +3620,8 @@ targets:
- gpr_test_util
- gpr
- name: end2end_test
cpu_cost: 1.0
gtest: true
cpu_cost: 0.5
build: test
language: c++
src:
@ -3622,6 +3634,7 @@ targets:
- gpr_test_util
- gpr
- name: error_details_test
gtest: true
build: test
language: c++
src:
@ -3631,6 +3644,7 @@ targets:
- grpc++_error_details
- grpc++
- name: filter_end2end_test
gtest: true
build: test
language: c++
src:
@ -3643,7 +3657,7 @@ targets:
- gpr_test_util
- gpr
- name: generic_end2end_test
cpu_cost: 0.1
gtest: true
build: test
language: c++
src:
@ -3656,6 +3670,7 @@ targets:
- gpr_test_util
- gpr
- name: golden_file_test
gtest: true
build: test
language: c++
src:
@ -3749,7 +3764,7 @@ targets:
vs_config_type: Application
vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
- name: grpc_tool_test
cpu_cost: 0.2
gtest: true
build: test
language: c++
src:
@ -3769,6 +3784,7 @@ targets:
filegroups:
- grpc++_codegen_proto
- name: grpclb_api_test
gtest: true
build: test
language: c++
src:
@ -3780,7 +3796,7 @@ targets:
- grpc++
- grpc
- name: grpclb_test
cpu_cost: 0.1
gtest: false
build: test
language: c++
src:
@ -3794,6 +3810,7 @@ targets:
- gpr_test_util
- gpr
- name: health_service_end2end_test
gtest: true
build: test
language: c++
src:
@ -3922,6 +3939,7 @@ targets:
- gpr
- grpc++_test_config
- name: mock_test
gtest: true
build: test
language: c++
src:
@ -3942,6 +3960,7 @@ targets:
- benchmark
defaults: benchmark
- name: proto_server_reflection_test
gtest: true
build: test
language: c++
src:
@ -3956,6 +3975,7 @@ targets:
- gpr_test_util
- gpr
- name: proto_utils_test
gtest: true
build: test
language: c++
src:
@ -4073,6 +4093,7 @@ targets:
- gpr
- grpc++_test_config
- name: round_robin_end2end_test
gtest: true
build: test
language: c++
src:
@ -4085,6 +4106,7 @@ targets:
- gpr_test_util
- gpr
- name: secure_auth_context_test
gtest: true
build: test
language: c++
src:
@ -4114,6 +4136,7 @@ targets:
- linux
- posix
- name: server_builder_plugin_test
gtest: true
build: test
language: c++
src:
@ -4126,6 +4149,7 @@ targets:
- gpr_test_util
- gpr
- name: server_builder_test
gtest: true
build: test
language: c++
src:
@ -4140,6 +4164,7 @@ targets:
- grpc
- gpr
- name: server_context_test_spouse_test
gtest: true
build: test
language: c++
src:
@ -4153,6 +4178,7 @@ targets:
uses:
- grpc++_test
- name: server_crash_test
gtest: true
cpu_cost: 0.1
build: test
language: c++
@ -4183,6 +4209,7 @@ targets:
- gpr_test_util
- gpr
- name: shutdown_test
gtest: true
build: test
language: c++
src:
@ -4206,6 +4233,7 @@ targets:
- gpr_test_util
- gpr
- name: streaming_throughput_test
gtest: true
build: test
language: c++
src:
@ -4259,6 +4287,7 @@ targets:
- gpr
- grpc++_test_config
- name: thread_stress_test
gtest: true
cpu_cost: 100
build: test
language: c++
@ -4272,7 +4301,8 @@ targets:
- gpr_test_util
- gpr
- name: writes_per_rpc_test
cpu_cost: 0.8
gtest: true
cpu_cost: 0.5
build: test
language: c++
src:
@ -4354,10 +4384,6 @@ configs:
basicprof:
CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
DEFINES: NDEBUG
c++-compat:
CFLAGS: -Wc++-compat
CPPFLAGS: -O0
DEFINES: _DEBUG DEBUG
counters:
CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
DEFINES: NDEBUG

@ -38,9 +38,6 @@
"ASAN_OPTIONS": "detect_leaks=0:color=always"
}
},
{
"config": "c++-compat"
},
{
"config": "ubsan",
"environ": {

@ -2591,11 +2591,11 @@
"posix",
"windows"
],
"cpu_cost": 0.1,
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "alarm_cpp_test",
"platforms": [
@ -2613,11 +2613,11 @@
"posix",
"windows"
],
"cpu_cost": 0.8,
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "async_end2end_test",
"platforms": [
@ -2639,7 +2639,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "auth_property_iterator_test",
"platforms": [
@ -2964,7 +2964,7 @@
"mac",
"posix"
],
"cpu_cost": 0.5,
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
@ -2989,7 +2989,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "channel_arguments_test",
"platforms": [
@ -3011,7 +3011,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "channel_filter_test",
"platforms": [
@ -3033,7 +3033,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "cli_call_test",
"platforms": [
@ -3054,7 +3054,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "client_crash_test",
"platforms": [
@ -3075,7 +3075,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "codegen_test_full",
"platforms": [
@ -3097,7 +3097,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "codegen_test_minimal",
"platforms": [
@ -3119,7 +3119,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "credentials_test",
"platforms": [
@ -3141,7 +3141,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "cxx_byte_buffer_test",
"platforms": [
@ -3163,7 +3163,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "cxx_slice_test",
"platforms": [
@ -3185,7 +3185,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "cxx_string_ref_test",
"platforms": [
@ -3207,7 +3207,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "cxx_time_test",
"platforms": [
@ -3225,11 +3225,11 @@
"posix",
"windows"
],
"cpu_cost": 1.0,
"cpu_cost": 0.5,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "end2end_test",
"platforms": [
@ -3251,7 +3251,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "error_details_test",
"platforms": [
@ -3273,7 +3273,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "filter_end2end_test",
"platforms": [
@ -3291,11 +3291,11 @@
"posix",
"windows"
],
"cpu_cost": 0.1,
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "generic_end2end_test",
"platforms": [
@ -3319,7 +3319,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "golden_file_test",
"platforms": [
@ -3337,11 +3337,11 @@
"posix",
"windows"
],
"cpu_cost": 0.2,
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "grpc_tool_test",
"platforms": [
@ -3363,7 +3363,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "grpclb_api_test",
"platforms": [
@ -3381,7 +3381,7 @@
"posix",
"windows"
],
"cpu_cost": 0.1,
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
@ -3407,7 +3407,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "health_service_end2end_test",
"platforms": [
@ -3471,7 +3471,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "mock_test",
"platforms": [
@ -3515,7 +3515,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "proto_server_reflection_test",
"platforms": [
@ -3537,7 +3537,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "proto_utils_test",
"platforms": [
@ -3579,7 +3579,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "round_robin_end2end_test",
"platforms": [
@ -3601,7 +3601,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "secure_auth_context_test",
"platforms": [
@ -3643,7 +3643,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "server_builder_plugin_test",
"platforms": [
@ -3665,7 +3665,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "server_builder_test",
"platforms": [
@ -3687,7 +3687,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "server_context_test_spouse_test",
"platforms": [
@ -3708,7 +3708,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "server_crash_test",
"platforms": [
@ -3729,7 +3729,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "shutdown_test",
"platforms": [
@ -3772,7 +3772,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "streaming_throughput_test",
"platforms": [
@ -3815,7 +3815,7 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "thread_stress_test",
"platforms": [
@ -3832,11 +3832,11 @@
"mac",
"posix"
],
"cpu_cost": 0.8,
"cpu_cost": 0.5,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"gtest": true,
"language": "c++",
"name": "writes_per_rpc_test",
"platforms": [
@ -42392,7 +42392,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42430,7 +42429,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42468,7 +42466,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42506,7 +42503,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42544,7 +42540,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42582,7 +42577,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42620,7 +42614,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42658,7 +42651,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42698,7 +42690,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42736,7 +42727,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42776,7 +42766,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42814,7 +42803,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42852,7 +42840,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42890,7 +42877,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42928,7 +42914,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -42966,7 +42951,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43004,7 +42988,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43042,7 +43025,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43080,7 +43062,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43118,7 +43099,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43156,7 +43136,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43194,7 +43173,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43232,7 +43210,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43270,7 +43247,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43308,7 +43284,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43346,7 +43321,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43384,7 +43358,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43422,7 +43395,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43460,7 +43432,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43498,7 +43469,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43536,7 +43506,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43576,7 +43545,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43614,7 +43582,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43654,7 +43621,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43692,7 +43658,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43730,7 +43695,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43768,7 +43732,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43806,7 +43769,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43844,7 +43806,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43882,7 +43843,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43920,7 +43880,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43958,7 +43917,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -43996,7 +43954,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -44034,7 +43991,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -44072,7 +44028,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",
@ -44110,7 +44065,6 @@
"asan-noleaks",
"asan-trace-cmp",
"basicprof",
"c++-compat",
"counters",
"dbg",
"gcov",

@ -1467,7 +1467,7 @@ def _build_and_run(
# When running on travis, we want out test runs to be as similar as possible
# for reproducibility purposes.
if args.travis:
massaged_one_run = sorted(one_run, key=lambda x: (x.cpu_cost, x.shortname))
massaged_one_run = sorted(one_run, key=lambda x: x.shortname)
else:
# whereas otherwise, we want to shuffle things up to give all tests a
# chance to run.

Loading…
Cancel
Save