Re: RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs [v3]

2025-04-03 Thread Chen Liang
On Mon, 24 Mar 2025 21:29:29 GMT, Chen Liang wrote: >> Core reflection's generic signature parsing system is used for many aspects, >> including annotations and enclosing methods, yet it is under-tested. It is >> better for us to set up tests to ensure that sensitive error behaviors of >> core

Re: RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs [v3]

2025-04-01 Thread Joe Darcy
On Mon, 24 Mar 2025 21:29:29 GMT, Chen Liang wrote: >> Core reflection's generic signature parsing system is used for many aspects, >> including annotations and enclosing methods, yet it is under-tested. It is >> better for us to set up tests to ensure that sensitive error behaviors of >> core

Re: RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs [v2]

2025-03-24 Thread Joe Darcy
On Thu, 27 Feb 2025 17:41:48 GMT, Chen Liang wrote: >> Core reflection's generic signature parsing system is used for many aspects, >> including annotations and enclosing methods, yet it is under-tested. It is >> better for us to set up tests to ensure that sensitive error behaviors of >> core

Re: RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs [v2]

2025-03-24 Thread Chen Liang
On Thu, 27 Feb 2025 17:41:48 GMT, Chen Liang wrote: >> Core reflection's generic signature parsing system is used for many aspects, >> including annotations and enclosing methods, yet it is under-tested. It is >> better for us to set up tests to ensure that sensitive error behaviors of >> core

Re: RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs [v3]

2025-03-24 Thread Chen Liang
> Core reflection's generic signature parsing system is used for many aspects, > including annotations and enclosing methods, yet it is under-tested. It is > better for us to set up tests to ensure that sensitive error behaviors of > core reflection remain the same across implementation updates,

Re: RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs [v2]

2025-02-27 Thread Chen Liang
> Core reflection's generic signature parsing system is used for many aspects, > including annotations and enclosing methods, yet it is under-tested. It is > better for us to set up tests to ensure that sensitive error behaviors of > core reflection remain the same across implementation updates,

Re: RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs

2025-02-26 Thread Chen Liang
On Wed, 26 Feb 2025 16:41:40 GMT, Mikhail Yankelevich wrote: >> Core reflection's generic signature parsing system is used for many aspects, >> including annotations and enclosing methods, yet it is under-tested. It is >> better for us to set up tests to ensure that sensitive error behaviors of

Re: RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs

2025-02-26 Thread Mikhail Yankelevich
On Tue, 25 Feb 2025 23:50:01 GMT, Chen Liang wrote: > Core reflection's generic signature parsing system is used for many aspects, > including annotations and enclosing methods, yet it is under-tested. It is > better for us to set up tests to ensure that sensitive error behaviors of > core ref

RFR: 8350704: Create tests to ensure the failure behavior of core reflection APIs

2025-02-25 Thread Chen Liang
Core reflection's generic signature parsing system is used for many aspects, including annotations and enclosing methods, yet it is under-tested. It is better for us to set up tests to ensure that sensitive error behaviors of core reflection remain the same across implementation updates, such as