From d382ba2709c64ac12fe07a8af6606dbb6c5382f1 Mon Sep 17 00:00:00 2001 From: Dmitry Cherniachenko Date: Thu, 11 May 2017 22:45:22 +0200 Subject: [PATCH] Updated TestPrimitives test to match the source --- testData/classes/pkg/TestPrimitives.class | Bin 2926 -> 3298 bytes testData/results/TestPrimitives.dec | 113 +++++++++++----------- 2 files changed, 57 insertions(+), 56 deletions(-) diff --git a/testData/classes/pkg/TestPrimitives.class b/testData/classes/pkg/TestPrimitives.class index 2bea08c59f1a52511b968c8e469db716adbad741..fb4d81f15880a222a48dc6d7d791e6d17ad99443 100644 GIT binary patch delta 720 zcmZ{gS!)wf7>1uSGx1DLrjmjRT7}#cYN=I0L_|qIK|x$Fb2neY3t?ECW4*WaH$0~?r8 zL`f;?NgL@hk}=X9($CFx-ne5<9&}2 zMkNnSeJClL`bhHF)F+as9?uw)Jogx9q8znXZ5d(Gqm?$vlsWXmqn!@POOIE)7Fe|@ zBV9(iCDZ0iMe@efw{t!AE=yF;eGI)1l`IZ&2*DZIOI*U=?65z*PZ`1-Rq~OftZw1+M1Lyjl59|DR2x*3B%|x`zmRS;{_QG||9*Hqp#> zT6E`to~@NEZ4~r+hUj3JBx7{4RwrX-)^@$ob*$G`kF6t3dKD2yIm|}Aj3c_+z>07} V{K6Fpp+WusjwFOmAJrKP|1av?fUy7o delta 347 zcmXw#IZFd!5Qd-Kb^SIUTci-d!cveFR)UQXI|X|W@Qg9u8t)j7cwg~IjJJtbtb>xy z!dCD%*ysbPED@p)WBnRZo#W z6Mm2^SnU7Kl|(=4b5ivRLJob3e$4=bnjwZQNY`mb82w-3(~J?;j5Fb3l7=aVX|c`- zW;K;WB%9Mj{|+u_7FlwLIV?M@XjWO%th3>;sn`<7wqob$HEX1jW~6G@CC;8=U-Uq6 zD4I|tMUNCImt#&8r!Hrlr)sS7+Bg?3O*AVmW$4PKg;qt{CBwCWSrHHf1tG -1;// 77 - res = c > 0;// 78 - res = c > 1;// 79 - res = c > '\b';// 80 - res = c > '\t';// 81 - res = c > '\n';// 82 - res = c > '\f';// 83 - res = c > '\r';// 84 - res = c > ' ';// 85 - res = c > 'a';// 86 - res = c > 'Z';// 87 - res = c > 127;// 88 - res = c > 255;// 89 - return res;// 90 + boolean res = c > -1;// 78 + res = c > 0;// 79 + res = c > 1;// 80 + res = c > '\b';// 81 + res = c > '\t';// 82 + res = c > '\n';// 83 + res = c > '\f';// 84 + res = c > '\r';// 85 + res = c > ' ';// 86 + res = c > 'a';// 87 + res = c > 'Z';// 88 + res = c > 127;// 89 + res = c > 255;// 90 + return res;// 91 } } @@ -244,45 +244,45 @@ class 'pkg/TestPrimitives' { } method 'compare (C)Z' { - 1 73 - 2 73 - a 73 - c 74 - 14 74 - 16 75 - 17 75 - 1f 75 - 21 76 - 23 76 - 2b 76 - 2d 77 - 2f 77 - 37 77 - 39 78 - 3b 78 - 43 78 - 45 79 - 47 79 - 4f 79 - 51 80 - 53 80 - 5b 80 - 5d 81 - 5f 81 - 67 81 - 69 82 - 6b 82 - 73 82 - 75 83 - 77 83 - 7f 83 - 81 84 - 83 84 - 8b 84 - 8d 85 - 90 85 - 98 85 - 9a 86 + 1 74 + 2 74 + a 74 + c 75 + 14 75 + 16 76 + 17 76 + 1f 76 + 21 77 + 23 77 + 2b 77 + 2d 78 + 2f 78 + 37 78 + 39 79 + 3b 79 + 43 79 + 45 80 + 47 80 + 4f 80 + 51 81 + 53 81 + 5b 81 + 5d 82 + 5f 82 + 67 82 + 69 83 + 6b 83 + 73 83 + 75 84 + 77 84 + 7f 84 + 81 85 + 83 85 + 8b 85 + 8d 86 + 90 86 + 98 86 + 9a 87 } } @@ -322,7 +322,7 @@ Lines mapping: 70 <-> 67 71 <-> 68 74 <-> 71 -77 <-> 74 +75 <-> 72 78 <-> 75 79 <-> 76 80 <-> 77 @@ -336,3 +336,4 @@ Lines mapping: 88 <-> 85 89 <-> 86 90 <-> 87 +91 <-> 88