Steven Schäfer
|
7d59c7689c
|
JVM IR: Avoid direct invokes in callable reference tests
Due to the direct invoke optimization, most callable reference tests
were not generating callable references/lambdas.
|
2022-07-14 23:24:18 +02:00 |
|
Alexander Udalov
|
401f0ac583
|
Use TARGET_BACKEND instead of DONT_TARGET_EXACT_BACKEND in box against Java tests
"// TARGET_BACKEND: JVM" more clearly says that the test is
JVM-specific, rather than DONT_TARGET_EXACT_BACKEND which excludes all
other backends.
|
2021-02-11 13:50:08 +01:00 |
|
Dmitriy Novozhilov
|
29b96aa15d
|
[Test] Properly merge box against java testdata into codegen/box
Previous commit about it was 3199ce03 and it was completely wrong
|
2021-02-04 10:53:50 +03:00 |
|