Commit Graph

254 Commits (1fb8dd7dcdd249f33a0cea93ac553399088a83c0)

Author SHA1 Message Date
darapan 7a0d610ab4 "Fixing review comments" 5 years ago
balibhan d12cf2b6e1 Pane properties test script 5 years ago
darapan 14b2b7dfdb "Fixing review comments" 5 years ago
jackalbe 7d91a4c08e
{LYN-3787} Fix for infinite loop in the scene builder's import phase (#747)
* This simple fix pops any node that can not be registered using it name and unique ID
* Any scene file (i.e FBX) with the three or more nodes with the same name and parent will sort of work
* After the 2nd child node with the same name and parent will be dropped on export

Tests: added the new AutomatedTesting/Assets/BadAssets/three_same_named_nodes.fbx to regress test this
5 years ago
zsolleci 55ec82be8f
Merge pull request #613 from aws-lumberyard-dev/SPEC-6690
Spec 6690
5 years ago
catdo 7633ec9a83 removed spacings in CMakeList and removed the tags.txt file in the prefab level 5 years ago
zsolleci ef775da89c merging latest pull 5 years ago
catdo a19599d96b Merge branch 'main' into Prefab/Automation/Tests 5 years ago
zsolleci 50ba6bba56
Merge pull request #702 from aws-lumberyard-dev/LY-123750
T92563569 completed and suite updated
5 years ago
catdo 2787e5053d addressed some nits and added comments 5 years ago
zsolleci b5d7ae829a addressed internal review feedback 5 years ago
zsolleci 13864c5a6b resolving merge conflicts 5 years ago
catdo a2a315a6cd Fixed all nits and took out the general module and its usage 5 years ago
Aristo7 b6740dd972 Merge remote-tracking branch 'upstream/main' into Atom/olexl/ATOM-15376 5 years ago
Eric Phister ab8738b7c3
Updating to support Wwise SDK 2021.1.1.X (#686)
* Code updates for Wwise 2021.1.X support.

* [WIP] CMake updates for Wwise 2021.1.X support.

* Updates FindWwise.cmake to search for a Wwise install or let user set it as cache variable.

* Makes Wwise SDK optional, and the AudioEngineWwise Gem will revert to a 'stub' build if no SDK found.

* Adding a .gitignore for Wwise project files.

* Updates a .wcmdline file for integration into Wwise projects.

* Updates the cmake messaging regarding Wwise SDK and smooths out some of configuration scenarios.

* Updates the Wwise project for AutomatedTesting to ver 2021.1.1.7601 and rebuilds banks.
5 years ago
zsolleci 4d8ed6c0cb T92563569 completed and suite updated 5 years ago
darapan f7641f3d38 "Changing TIMEOUT in cmakelist.txt" 5 years ago
jckand-amzn 9d244b6e2b Removing test dependency from EditorTests 5 years ago
darapan 780e761a79 Merge branch 'main' into smoke_migration_branch 5 years ago
jckand-amzn 7d8155e46b Merge branch 'main' into jckand/FoundationAuto 5 years ago
darapan 006f4d2e82 "Adding Ap Test" 5 years ago
darapan d48df87bda "Updating Cmake" 5 years ago
darapan dbe16c6a16 "fixing review comments" 5 years ago
darapan 95cf095ee1 Merge branch 'main' into smoke_migration_branch 5 years ago
darapan 805f447d41 "Resolving merge conflicts" 5 years ago
darapan ffd2187722 Merge branch 'main' into script_canvas 5 years ago
darapan a82d22a718 "Resolving merge conflicts" 5 years ago
darapan f21d3da9ee "Fixing review Comments" 5 years ago
balibhan f8fe5eebfa merge from main 5 years ago
balibhan 4fa8e8cf2e Merge branch 'main' into sc_automation_del_searchtext 5 years ago
Terry Michaels 8ddfcabae7
Removed unneeded comments (#673) 5 years ago
catdo 20edf3aa5a Merge branch 'main' into Prefab/Automation/Tests 5 years ago
catdo 333fe5232c added prefab to cmakelists 5 years ago
catdo b5d54450d8 added prefabnautomated test 5 years ago
jckand-amzn a2cadb1d40 Restructuring DistanceBetweenFilter tests to allow for further debugging 5 years ago
jckand-amzn a768c28b31 Adding Qtest as a dependency of Editor automated tests 5 years ago
jckand-amzn 3b55d56593 Updating test asset for DistanceBetweenFilter tests 5 years ago
Aristo7 2ad682cada Merge remote-tracking branch 'upstream/main' into Atom/olexl/ATOM-15376 5 years ago
jromnoa e0e2600b62 increase test timeout so the nightly debug jobs can pass (profile passes without issue) 5 years ago
Nicholas Lawson 0b2835102e
Fixes "RC.EXE is DEPRECATED" kinds of messages (#653) 5 years ago
zsolleci 2319437627 changed file name per review feedback 5 years ago
jckand-amzn debff9b05e Merge branch 'main' into jckand/FoundationAuto 5 years ago
zsolleci 962371979e
Merge branch 'main' into LY-123620 5 years ago
darapan 8f7d144b35 Merge branch 'main' into script_canvas 5 years ago
anugshya 727bedf18d
Merge pull request #599 from aws-lumberyard-dev/anugshya_T92569006
[ScriptCanvas_Automation]_ScriptEvents_ReturnSetTypeSuccessfully
5 years ago
jromnoa 918ec71091
Merge pull request #623 from aws-lumberyard-dev/jromnoa_atom_renderer_test_fix
LYN-3466: Fix for AutomatedTesting::AtomRenderer_HydraTests_Main
5 years ago
jckand-amzn 85a25d3bc1 - Removing Debugger refreshes from DistanceBetweenFilter tests 5 years ago
Aristo7 4f1c6c2af6 Merged main in 5 years ago
zsolleci be0f69d081 updated files to fit name convention 5 years ago
anugshya 570f7a65ca Fixed review comments 5 years ago
anugshya 63728dbc6e Updated code as per standards 5 years ago
amzn-sean cb5cedd7fe
Merge pull request #639 from aws-lumberyard-dev/physx_fixpytests
fixing physics periodic automation tests that fail
5 years ago
Aaron Ruiz Mora 0c7be7ceff
Reenable NvCloth atom automated tests in AutomatedTesting project
- Added NvCloth gem to AutomatedTesting project.
- Fixed cloth test levels using atom components.
- Updated and enabled cloth tests. They are marked as xfail for now until they properly work with atom null renderer.
- Fixed crash when runnnig editor with null renderer on a level with Actor component.
- Improved chicken asset and slice used in NvCloth gem.
5 years ago
amzn-sean 15787293bf fixing physics pytests that fail 5 years ago
balibhan 132ee9d852 Node palette search box text deletion 5 years ago
darapan 8902445976 Merge branch 'main' into smoke_migration_branch 5 years ago
darapan 786cd9fcb7 "" 5 years ago
darapan 972f4b3c28 "Following rules in SPEC-6690" 5 years ago
jromnoa 401d16b61d Revert "fix bug in LYN-3466 for atom_renderer tests"
This reverts commit e23d2ca7aa.
5 years ago
jromnoa e255090db6 Merge branch 'main' into jromnoa_atom_renderer_test_fix 5 years ago
jromnoa 04c99d8717 typo fix for test classes 5 years ago
jromnoa e23d2ca7aa fix bug in LYN-3466 for atom_renderer tests 5 years ago
jckand-amzn 1a90528e6c Marking AssetPicker test as xfail due to ATOM-15493 5 years ago
zsolleci 076371b026 Removed references to JIRA/TestRail; fixed typos and formatting mistakes 5 years ago
zsolleci d7f33cb3e0 resolving merge conflicts 5 years ago
anugshya 8704383f0e fixed review comments 5 years ago
Aristo7 5fbee9c35e upstream/main merge 5 years ago
hnusrath 785e22541a
Merge pull request #580 from aws-lumberyard-dev/PhysxTimeout
LYN-3465 : The test timeout for AutomatedTesting::PhysicsTests_Sandbox
5 years ago
darapan 409500635f "Fixing review comments" 5 years ago
darapan 98927fb638 Merge branch 'main' into script_canvas 5 years ago
darapan 460863be0a "Resolving merge conflicts" 5 years ago
Aaron Ruiz Mora f258802377
(cherry-pick from 1.0) Fix registry colliding by using a different extension for the files used to override registry 5 years ago
anugshya c9c2aa7367 Fixed expected lines 5 years ago
anugshya 3a3d897db7 test_ScriptEvents_ReturnSetTypeSuccessfully 5 years ago
balibhan 499152d23c
Merge pull request #542 from aws-lumberyard-dev/SC_migration_branch
Script canvas automation scripts migration
5 years ago
moudgils 46b4b76682 Add Vulkan and DX12 builders as Mac should be able to build assets from other platforms 5 years ago
hnusrath 97fb763776
Merge pull request #587 from aws-lumberyard-dev/PhysXTestRailLinkRemoval
SPEC-6677 Remove TestRail URLs from Physx Tests
5 years ago
Aristo7 2bff2010bc Merge remote-tracking branch 'upstream/main' into Atom/olexl/ATOM-15376 5 years ago
Aristo7 6dcc75ed78 AtomBridge contains all runtime deps now 5 years ago
hnusrath fdb461b3ca SPEC-6677 Remove TestRail URLs from Physx Tests 5 years ago
darapan 2b511b68a2 "Adding AssetBundlerBatch test" 5 years ago
jckand-amzn 8e100499ec Cherry picking 399e830f from 1.0 branch 5 years ago
jckand-amzn 20dd19c444 Cherry picking 13aa9113 from 1.0 branch 5 years ago
zsolleci 08f96b0f3e addressed review feedback 5 years ago
jckand-amzn abb5d56572 SPEC-6547: Updating intermittently failing tests to utilize instance validation util 5 years ago
darapan 682bdf6847 "Changing testsuite" 5 years ago
hnusrath c1938eadf6 LYN-3465 : The test timeout for AutomatedTesting::PhysicsTests_Sandbox
needs to be adjusted to match the new requirements.

Reducing the timeout to 1500s from 3600s
5 years ago
amzn-sean 24167e7c02 address PR comments 5 years ago
amzn-sean be7d34b856 Merge branch 'main' into physx_fix_tests 5 years ago
darapan c90be6effa "Ran fixup" 5 years ago
darapan 71eccf3a6a "Adding New Test" 5 years ago
darapan 2f0ed6cfb2 "" 5 years ago
darapan 2f153f994e "Adding new line" 5 years ago
darapan 0e666d046c "Adding new line" 5 years ago
darapan 4ce7e117a9 "Updating cmakelist.txt to remove extra intendation" 5 years ago
darapan f5414050e3 smoke test cases migration 5 years ago
balibhan ceb7ac333a removed debug print 5 years ago
dmcdiar 3c4889b929 Merge branch 'main' into Atom/dmcdiar/ATOM-15438 5 years ago
zsolleci dc947b57d0 adding T92562988 and updating ImportPathHelper 5 years ago
hnusrath 5a60cb15fc
Spec-5799 Add PhysX tests to Main Suite to run under 3 min (#368)
* Spec-5799 Add PhysX tests to Main Suite to run under 3 min

Adding 12 tests to Main Suite from Periodic Suite. Moved 1 test case to
Sandbox Suite as it was failing and needs to be investigated.

Run results on local : 12 passed, 1 warning in 172.31s (0:02:52)

Test Case list in Main suite:
test_C111111_RigidBody_EnablingGravityWorksUsingNotificationsPoC
test_C5932041_PhysXForceRegion_LocalSpaceForceOnRigidBodies
test_C4044459_Material_DynamicFriction test_C15425929_Undo_Redo
test_C4976243_Collision_SameCollisionGroupDiffCollisionLayers
test_C14654881_CharacterController_SwitchLevels
test_C17411467_AddPhysxRagdollComponent
test_C12712453_ScriptCanvas_MultipleRaycastNode
test_C4982593_PhysXCollider_CollisionLayerTest
test_C18243586_Joints_HingeLeadFollowerCollide
test_C19578021_ShapeCollider_CanBeAdded
test_C4982803_Enable_PxMesh_Option

Test moved to Sandbox Suite :
test_C13895144_Ragdoll_ChangeLevel

* Delete .gitignore

* Revert "Delete .gitignore"
This reverts commit 9540e000c85e2a2015fbb8251f0a3248494349b0.
Revert the modification of adding the buildoutput folder.

* Spec-5799:Fixing Cyclinder ShapeCollider test and adding it to Main
Suite

Changes :
1. Fixed and Added test
   C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain to
   TestSuite_Main.py and updated the level for the test.
2. Removed test test_C19578021_ShapeCollider_CanBeAdded from Main suite
   back to Periodic Suite

* Update TestSuite_Periodic.py

Adding xfail to test case test_C13895144_Ragdoll_ChangeLevel as the previous change had overridden Sean Cove's change with commit 95a44c481a

* Update TestSuite_Sandbox.py

Removing test case test_C13895144_Ragdoll_ChangeLevel and moving it to Periodic Suite as the previous change had overridden Sean Cove's change with commit 95a44c481a

Co-authored-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com>
5 years ago