Skip to content

Commit b1925f4

Browse files
bkaradzicCopilot
andcommitted
Disable 2 more newly-added failing tests revealed by CI run on 954f909
CI run 25173028930 on commit 954f909 failed: - 'Roundtrip babylon file with node, skeletal, and morph animations; uniqueId' -- crashes Win32 D3D11 (exit code 2170) and fails on Linux Clang/GCC JSC. - 'GUI Transform StackPanel' -- ACCESS_VIOLATION (-1073741819) on Win32 V8 D3D11. Both tests were newly added in the sync from Babylon.js (b52cb2e) and don't render correctly in BabylonNative. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 954f909 commit b1925f4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Apps/Playground/Scripts/config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,9 @@
11131113
"title": "GUI Transform StackPanel",
11141114
"playgroundId": "#BS60AB#0",
11151115
"referenceImage": "TransformStackPanel.png",
1116-
"errorRatio": 20
1116+
"errorRatio": 20,
1117+
"excludeFromAutomaticTesting": true,
1118+
"disabledReason": "Newly added test crashes Win32 V8 D3D11 with ACCESS_VIOLATION (-1073741819)."
11171119
},
11181120
{
11191121
"title": "GUI StackPanel",
@@ -2462,7 +2464,9 @@
24622464
{
24632465
"title": "Roundtrip babylon file with node, skeletal, and morph animations; uniqueId",
24642466
"playgroundId": "#KSGDML#10",
2465-
"referenceImage": "babylonFileAnimationsUsingUniqueId.png"
2467+
"referenceImage": "babylonFileAnimationsUsingUniqueId.png",
2468+
"excludeFromAutomaticTesting": true,
2469+
"disabledReason": "Newly added test crashes Win32 D3D11 (exit code 2170) and fails on Linux Clang/GCC JSC."
24662470
},
24672471
{
24682472
"title": "Roundtrip babylon file with node, skeletal, and morph animations; id only",

0 commit comments

Comments
 (0)