aarch64_mac platform maps to spec "default-64"
On aarch64_mac when running dev.jck target jckinteractives_java_awt gets passed a PLATFORM value of "default-64". From searching I can only see this coming from here: https://github.com/adoptium/TKG/blob/1828e310fd8fb3115fde605c41aea434b90143d0/src/org/testKitGen/ModesDictionary.java#L90
Which might suggest it isn't found in spec2platMap ? not sure......
A problem in determining spec for cross-compiled platforms (which describes the case for aarch64 and x64 mac)?
https://github.com/adoptium/aqa-tests/issues/2501#issuecomment-819594721
23:37:38 /Users/admin/workspace/workspace/Test_openjdk11_hs_sanity.openjdk_aarch64_mac/jdkbinary/j2sdk-image/Contents/Home/bin/..//bin/java -cp "./bin/TestKitGen.jar:/Users/admin/workspace/workspace/Test_openjdk11_hs_sanity.openjdk_aarch64_mac/../../testDependency/lib/json-simple.jar" org.testKitGen.MainRunner --mode=parallelList --spec=osx_aarch64 --microArch="" --osLabel="" --jdkVersion=11 --impl=hotspot --vendor="eclipse" --buildList=openjdk --iterations=1 --aotIterations= --testFlag= --testTarget=sanity.openjdk --testList= --numOfMachines= --testTime=120 --TRSSURL=
23:37:38
23:37:38 Warning: cannot find spec in resources/ottawa.csv.
23:37:38 Detected 64 in spec. Use spec: default-64 to match mode.
23:37:38
23:37:38 Modes data parsed from resources/modes.xml and resources/ottawa.csv.
Looks like the problem relates to osx_aarch64 not being in the resources/ottawa.csv file