[TD] Update diagnostics test data due to new test runners
Update includes:
- Changing syntax of `OI/`NI` tags from `<!NI;TAG!>` to `<!TAG{NI}!>`
- Fix some incorrect directives
- Change order of diagnostics in some places
- Remove ignored diagnostics from FIR test data (previously `DIAGNOSTICS` didn't work)
- Update FIR dumps in some places and add `FIR_IDENTICAL` if needed
- Replace all JAVAC_SKIP with SKIP_JAVAC directive
This commit is contained in:
+14
-15
@@ -22,6 +22,20 @@ package base {
|
||||
}
|
||||
}
|
||||
|
||||
// -- Module: <intermediate> --
|
||||
package
|
||||
|
||||
package intermediate {
|
||||
|
||||
public abstract class Intermediate : base.Base {
|
||||
public constructor Intermediate()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public final override /*1*/ /*fake_override*/ fun foo(): kotlin.String
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
invisible_fake abstract override /*1*/ /*fake_override*/ fun internalFoo(): kotlin.String
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
}
|
||||
|
||||
// -- Module: <impl> --
|
||||
package
|
||||
@@ -75,18 +89,3 @@ package impl {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// -- Module: <intermediate> --
|
||||
package
|
||||
|
||||
package intermediate {
|
||||
|
||||
public abstract class Intermediate : base.Base {
|
||||
public constructor Intermediate()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public final override /*1*/ /*fake_override*/ fun foo(): kotlin.String
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
invisible_fake abstract override /*1*/ /*fake_override*/ fun internalFoo(): kotlin.String
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -13,7 +13,6 @@ package base {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// -- Module: <impl> --
|
||||
package
|
||||
|
||||
@@ -29,3 +28,4 @@ package impl {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user