enable disabled tests

commit_hash:803a2ea39117a9bacec615c77d85dd74b45aa9e6
This commit is contained in:
bakalskayas
2025-08-04 11:07:31 +03:00
parent 180a79ec27
commit cf339841e9
6 changed files with 60 additions and 17 deletions
@@ -61,7 +61,10 @@
"platforms": [
"web",
"flutter"
]
],
"unsupported_platforms": {
"android": "Double precision loss during conversion (1e23 → 9.999999999999999E22)"
}
},
{
"expression": "@{toString(number_var)}",
@@ -270,6 +270,7 @@
"value": "Failed to evaluate [asin(2.0)]. Arcsine is undefined for the given value."
},
"platforms": [
"android",
"ios",
"web"
]
@@ -336,6 +337,7 @@
"value": "Failed to evaluate [acos(2.0)]. Arccosine is undefined for the given value."
},
"platforms": [
"android",
"ios",
"web"
]
@@ -468,6 +470,7 @@
"value": "Failed to evaluate [cot(0.0)]. Cotangent is undefined for the given value."
},
"platforms": [
"android",
"ios",
"web"
]
@@ -479,6 +482,7 @@
"value": "Failed to evaluate [cot(3.141592653589793)]. Cotangent is undefined for the given value."
},
"platforms": [
"android",
"ios",
"web"
]
@@ -339,19 +339,6 @@
"flutter"
]
},
{
"name": "empty value",
"expression": "",
"expected": {
"type": "error",
"value": "Expression expected"
},
"deprecated": "Should not return error",
"platforms": [
"android",
"flutter"
]
},
{
"expression": "",
"expected": {
@@ -359,6 +346,7 @@
"value": ""
},
"platforms": [
"android",
"ios",
"web",
"flutter"