Skip to content

Commit

Permalink
Remove render count from some visual tests (#14948)
Browse files Browse the repository at this point in the history
* Remove render count from scissor tests

* Remove render count from glTF clearcoat visual test
  • Loading branch information
bghgary committed Apr 5, 2024
1 parent d190219 commit 56ae711
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 9 additions & 12 deletions packages/tools/tests/test/visualization/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,10 +726,8 @@
},
{
"title": "GLTF ClearCoat",
"playgroundId": "#YG3BBF#4",
"referenceImage": "glTFClearCoat.png",
"renderCount": 50,
"excludeFromAutomaticTesting": true
"playgroundId": "#YG3BBF#33",
"referenceImage": "glTFClearCoat.png"
},
{
"title": "GLTF Alpha Blend",
Expand Down Expand Up @@ -1377,24 +1375,23 @@
},
{
"title": "Scissor test",
"renderCount": 10,
"playgroundId": "#W7E7CF#12",
"playgroundId": "#W7E7CF#34",
"excludedEngines": ["webgl1"],
"referenceImage": "scissor-test.png"
},
{
"title": "Scissor test with 0.9 hardware scaling",
"renderCount": 10,
"playgroundId": "#W7E7CF#27",
"playgroundId": "#W7E7CF#34",
"replace": "//options//, hardwareScalingLevel = 0.9;",
"excludedEngines": ["webgl1"],
"referenceImage": "scissor-test.png"
"referenceImage": "scissor-test-2.png"
},
{
"title": "Scissor test with 1.5 hardware scaling",
"renderCount": 10,
"playgroundId": "#W7E7CF#28",
"playgroundId": "#W7E7CF#34",
"replace": "//options//, hardwareScalingLevel = 1.5;",
"excludedEngines": ["webgl1"],
"referenceImage": "scissor-test.png"
"referenceImage": "scissor-test-3.png"
},
{
"title": "Scissor test with negative x and y",
Expand Down

0 comments on commit 56ae711

Please sign in to comment.