Integrated: JDK-8264664: use text blocks in javac module tests

Jonathan Gibbons jjg at openjdk.java.net
Sat Apr 3 01:22:06 UTC 2021


On Sat, 3 Apr 2021 00:33:54 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review an update to the javac module tests to use text blocks to represent multi-line strings.
> 
> The conversion was done mostly semi-automatically, using a utility used to covert the javadoc tests. Some edits were manual.
> 
> In all cases, there are no changes to the semantics of any test. In particular, no diagnostic messages containing line and column information were updated.
> 
> All `:tier1` tests pass on all standard platforms.

This pull request has now been integrated.

Changeset: e8eda655
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e8eda655
Stats:     632 lines in 18 files changed: 127 ins; 0 del; 505 mod

8264664: use text blocks in javac module tests

Reviewed-by: darcy

-------------

PR: https://git.openjdk.java.net/jdk/pull/3335


More information about the compiler-dev mailing list