Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.2.X, 6000.3.X, 6000.4.X
Votes
0
Found in
6000.0.54f1
6000.1.14f1
6000.2.0b12
6000.3.0a3
6000.4.0a1
Issue ID
UUM-113040
Regression
No
Player tests do not run when named "UnityEngine.CoreModule Tests"
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the Test Runner (Window > General > Test Runner)
3. Select "Player" at the top (rightmost of the three buttons)
4. Click “Run All“
5. Wait for the Player window to open and close
6. Observe Test Runner
Expected result: Test Runner shows either that the tests passed or failed
Actual result: Test Runner tests show neither the green checkmark nor the red "failed" icons
Reproducible with: 6000.0.54f1, 6000.1.14f1, 6000.2.0b12, 6000.3.0a3
Could not test with: 2022.3.62f1 (Packages\de.codesmile.packagetest\Tests\NewTestScript.cs(17,6): error CS0246: The type or namespace name 'UnityTestAttribute' could not be found)
Reproducible on:
Player
Not reproducible on:
Play Mode
Edit Mode
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Notes:
- Renaming the test's Assembly Definition Name property in the Inspector so that it does NOT start with "UnityEngine.CoreModule" (i.e., add a prefix) will make the tests run
- The tests will also run despite the "UnityEngine.CoreModule" name when Player Settings / Managed Stripping Level is set to "None", but will fail even for "Minimal" code stripping
- The test will also run despite the "UnityEngine.CoreModule" name if the Test folder is moved from the package to “/Assets”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment