-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
testrelated to testsrelated to tests
Milestone
Description
No reason to have same baselines for Debug and Release if they are same.
Currently we have /test/BaselineOutput folder which contains folders Common, SingleDebug and SingleRelease and they filled with pretty much same files. We need to modify our test framework so it will look first in Common folder and if file is not found then it should look in respectful folders.
Also word Single is legacy artifact and can be omitted.
This would reduce size of repo, and simplify peoples life. Also it give more room to have platform specific tests since many of our tests disabled because we verify everything with windows output, which sometimes differ because of native code implementation.
Metadata
Metadata
Assignees
Labels
testrelated to testsrelated to tests