История коммитов

Автор SHA1 Сообщение Дата
  gadams3 0b49c0e9ad Reenable basic material canvas tests 3 лет назад
  jiaweig c61b0e79f0 Replace the python image comparison method with the one in c++ (#12899) 3 лет назад
  NULL a68074796e merges all Atom Tools automated tests into one AtomToolsTestSuite. Individual executables can be targeted using the atom_tools_executable_name attribute value on the AtomToolsTestSuite (i.e. to target MaterialEditor you would put atom_tools_executable_name = MaterialEditor inside your test class on the class object inheriting from AtomToolsTestSuite. The MaterialCanvas tests are not returning zero exit codes for success so they have been marked skipped until the issue can be resolved (see GHI #12152 for more info on https://github.com/o3de/o3de/issues/12152). All unit tests updated, all tests that this code touches updated, and re-ran them all (they pass except for MaterialCanvas). 3 лет назад
  NULL 33bde00d63 address PR concerns: clarify atom tools executables not just any, add type hints, clarify function names, next update will include flattening the new launchers into 1 Atom tools launcher instead on the LyTestTools side 3 лет назад
  NULL 7a1be5e055 updates the PR to use a shared AtomToolsTestSuite class and changes how the executable is chosen before launching a test 3 лет назад
  moraaar 727876d0a9 Skipped screenshot gpu tests currently failing. (#11717) 3 лет назад
  Kadino 60ecb2eecc Remove boilerplate args from multitest framework (#11633) 3 лет назад
  NULL 4f85371127 Remove editor fixture call from single tests, the editor is now launched based on the type of test class rather than a fixture, i.e. EditorSingleTest will create an editor launcher, but MaterialEditorsingleTest will create a MaterialEditor launcher. Without removing the editor fixture we get a parameter error since its not needed and not used by the receiving setup(), wrap_run(), and teardown() function signatures any more. 3 лет назад
  NULL 3919a87164 merging in latest development, fixed merged conflict in AutomatedTesting/Gem/PythonTests/Atom/TestSuite_Main_GPU.py 3 лет назад
  Scott Murray 707dad1911 Adding a GPU periodic HDR Color Grading generate LUT test 3 лет назад
  jromnoa f4c1bb02d0 Add MaterialEditor support code on top of working Editor code using the same shared classes (AbstractTestSuite, AbstractTestBase, AbstractTestClass, and Result). Also re-added the MaterialEditor tests with CMakeLists.txt registration. Next step is to make sure all of the tests pass with these changes (including unit tests) then open a PR. I will write documentation of how all of this works once the PR is open. 3 лет назад
  Sean Sweeney 06744ee043 reduce atom test duration, fix comments (#8779) 3 лет назад
  chiyenteng 20a316d85d Convert Physics automated tests in Sandbox/Utils suites to use prefab system (#7974) 3 лет назад
  jromnoa 967e620231 enable the prefab system instead of slices for tests 3 лет назад
  jromnoa 19ccd59268 remove unused import 4 лет назад
  jromnoa 79e32ce4e5 moving benchmark tests into their own file to prevent timeout failures of other tests potentially stopping the benchmarks 4 лет назад
  Scott Murray 9335ce7ba9 removing pytest marks and debugging prints 4 лет назад
  Scott Murray b340877f7c updating tests for screenshot using editor_test.py 4 лет назад
  jromnoa ddd8dc6568 remove the optimized GPU test file and replace the existing GPU test file with the optimized tests, update atom_constants.py for the new Light component properties, add area light test script, still need to add spot light test script to fully finish this task 4 лет назад
  jromnoa 4be8975e3e Merge branch 'development' into Atom/jromnoa/add-remaining-gpu-tests-to-optimized-classes 4 лет назад
  chiyenteng ab76254b43 Make prefab system enabled as default for automated tests (#5670) 4 лет назад
  jromnoa e89ec94c38 update CMakeLists.txt in preparation for removing the TestSuite_Main_GPU_Optimized file, add compare_screenshot_to_golden_image function, add hydra_AtomGPU_LightComponentScreenshotsMatch.py hydra script 4 лет назад
  jromnoa a8efd5da95 add the correct paths for Light component test and use the 'Base' level instead of 'auto_test' level to resolve remaining issues with screenshot angles 4 лет назад
  jromnoa 6d62dbba76 fixes the basic level GPU test screenshot comparison failure 4 лет назад
  jromnoa 94f54e8586 re-add the 'Captured data successfully.' log line to test_AtomFeatureIntegrationBenchmark() test, removed on accident 4 лет назад
  jromnoa 3fc32675fd removes general.log() checks for pass/fail status as these do not appear in AR and only appear locally 4 лет назад
  jromnoa 922a991443 change expected_lines to something that appears in both AR + locally (#4680) 4 лет назад
  jromnoa 150060441e Re-add pytest.mark.test_case_id markers (#4621) 4 лет назад
  jromnoa d3f6898ad6 Fixes test_MaterialEditorLaunch_AllRHIOptionsSucceed() test by searching for RHI log lines (#4511) 4 лет назад
  jromnoa 46ad2f684b fixes the configurtion typo to be configuration instead and increases the test timeout to 60 sec from 30 sec 4 лет назад