aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-01-27 21:16:09 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2013-01-28 13:45:15 +0100
commitd8e0c2e0e5c8f80d8a6d929fdb9153136bf03b7d (patch)
treede0ab878a92e2b6cd7251a7c2b453bbeed0fe585 /tests
parentff643446f595c028f158ef95f3ca0ef23e072a17 (diff)
Properly working post increment/decrement operators
This required some larger changes in our infrastructure. Unfortunately the post increment/decrement operators don't return the old value unmodified, but return toNumber(oldValue). At the same time they need to properly store the new value into the referenced expression. The only way to solve this (as we can't have two return values) is to pass a proper reference into runtime methods. Change-Id: I0e0c2cc011ab22d5d4b27924abc8c18372c104a5 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/TestExpectations10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/TestExpectations b/tests/TestExpectations
index 7469238342..265d083435 100644
--- a/tests/TestExpectations
+++ b/tests/TestExpectations
@@ -14,16 +14,6 @@ S15.1.3.2_A2.5_T1
10.4.3-1-63-s failing
10.4.3-1-82-s failing
11.2.3-3_3 failing
-S11.3.1_A2.2_T1 failing
-S11.3.1_A4_T1 failing
-S11.3.1_A4_T2 failing
-S11.3.1_A4_T3 failing
-S11.3.1_A4_T4 failing
-S11.3.2_A2.2_T1 failing
-S11.3.2_A4_T1 failing
-S11.3.2_A4_T2 failing
-S11.3.2_A4_T3 failing
-S11.3.2_A4_T4 failing
S11.5.3_A4_T2 failing
S11.8.6_A3 failing
S11.8.6_A5_T2 failing