Peter Hawkins e42e52d4aa Rename test flag --num_generated_cases to --jax_num_generated_cases.
parse_flags_with_absl() only parses flags that start with --jax_. Other flags are only parsed when absl.app's main function runs. But that's too late for test cases: test cases need to have the number of generated cases chosen at module initialization time. Hence the --num_generated_cases flag wasn't doing anything. Oops. By renaming it it works once again.

It might make sense to stop using flags for the number of generated cases and only use environment variables. We defer that to a future change.

Fix many test cases that were shown to be broken with a larger number of test cases enabled.

PiperOrigin-RevId: 487406670
2022-11-09 18:58:05 -08:00
..
2022-10-25 03:26:48 +09:00
2022-09-02 13:02:25 -07:00
2021-08-01 20:13:02 -07:00
2021-03-08 10:44:52 -08:00
2022-10-26 11:30:17 -07:00
2022-01-10 17:34:09 +03:00
2022-03-08 09:37:33 -05:00
2022-06-28 14:36:47 -07:00
2022-02-24 09:36:28 -05:00
2022-09-12 15:39:33 -07:00
2022-06-06 15:24:41 +09:00
2019-10-09 17:45:09 +02:00

To rebuild the documentation, see Update Documentation.