[Tests] More conservative stableOrdered dump

Order of enum entries and fields matters, we can't sort them too.

^KT-65460
This commit is contained in:
Pavel Kunyavskiy
2024-02-05 16:45:10 +01:00
committed by Space Team
parent 5d4e822f42
commit 0fa42a9c11
27 changed files with 613 additions and 606 deletions
@@ -17,17 +17,17 @@ enum class EE : Enum<EE> {
// Public signature debug description: <get-myName>(){}
get
// CHECK:
// Mangled name: EE.ENTRY
// Public signature: /EE.ENTRY|null[0]
ENTRY
// CHECK:
// Mangled name: EE#<init>(kotlin.String){}
// Public signature: /EE.<init>|1280618353163213788[0]
// Public signature debug description: <init>(kotlin.String){}
private constructor(myName: String) /* primary */
// CHECK:
// Mangled name: EE.ENTRY
// Public signature: /EE.ENTRY|null[0]
ENTRY
// CHECK JVM_IR:
// Mangled name: EE#valueOf#static(kotlin.String){}EE
// Public signature: /EE.valueOf|-4534210679953674102[0]