LSL-PyOptimizer/unit_tests/regression.suite/non-computable.out
Sei Lisa bc992e6182 LL change: the status of STATUS_DIE_AT_* is returned
As of Second Life Server 2022-09-09.574921, STATUS_DIE_AT_EDGE and STATUS_DIE_AT_NO_ENTRY return their corresponding settings rather than always FALSE.

Regression/coverage tests are clearly lacking in this area, as the change didn't trigger any test breakage, therefore add some unit tests.
2022-09-15 01:09:12 +02:00

28 lines
1 KiB
Text

default
{
timer()
{
llSetPrimitiveParams(
[ llFrand(1)
, llFrand(1.1754943e-38)
, llGenerateKey()
, llAvatarOnLinkSitTarget(2)
, llEdgeOfWorld(<1., 1., 1.>, <1., 1., 1.>)
, llGetAgentInfo("5748decc-f629-461c-9a36-a35a221fe21f")
, llGetAgentLanguage("5748decc-f629-461c-9a36-a35a221fe21f")
, llGetAgentList(1, [])
, llGetAgentSize("89556747-24cb-43ed-920b-47caed15465f")
, llGetAlpha(0)
, llGetAnimation("5748decc-f629-461c-9a36-a35a221fe21f")
, llGetAnimationList("5748decc-f629-461c-9a36-a35a221fe21f")
, llGetBoundingBox("5748decc-f629-461c-9a36-a35a221fe21f")
, llGetColor(0)
, llGetDisplayName("5748decc-f629-461c-9a36-a35a221fe21f")
, llGetEnv("estate_name")
, llXorBase64Strings("++++", "?")
, llAbs(((integer)-2147483648))
, llGetStatus(128)
, llGetStatus(2048)
]);
}
}