mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
enable disabled tests
commit_hash:803a2ea39117a9bacec615c77d85dd74b45aa9e6
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user