Skip to content

more logging pushes. #281

more logging pushes.

more logging pushes. #281

GitHub Actions / Test Results 2021.3.1f1-StandaloneWindows64 completed Feb 8, 2024 in 0s

❌️ Test Results 2021.3.1f1-StandaloneWindows64 - 74/76, failed: 2 - Failed in 17.393s

❌️ editmode-results.xml - 29/31, failed: 2 - Failed in 13.264s

✅ playmode-results.xml - 45/45 - Passed in 4.130s

Details

❌️ editmode-results.xml - 29/31, failed: 2 - Failed in 13.264s
  • ✅ Yarn.Unity.Tests.CodeAnalysisTests - 2/2 - Passed in 0.011s

    • CodeAnalysis_CanGenerateSourceCode - Passed in 0.006s
    • CodeAnalysis_GeneratedSourceCode_RegistersExpectedActions - Passed in 0.005s
  • ✅ Yarn.Unity.Tests.DialogueReferenceTests - 3/3 - Passed in 0.029s

    • DialogueReference_CanFindValidNode - Passed in 0.028s
    • DialogueReference_CannotFindInvalidNode - Passed in 0.001s
    • DialogueReference_IsNotValidWhenEmpty - Passed in 0.000s
  • ❌️ Yarn.Unity.Tests.UnityLocalisationTests - 0/2, failed: 2 - Failed in 0.578s

    • ❌️ UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables - Failed in 0.577s
      Expected: 0
      But was: 4

        Looking for ""
      Will be checking 1 tables
      Table is "en"
      Unable to find a locale in the string table that matches the default locale 
      Updated the following files: YarnScript-ProjectA-1
      
      at Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables () [0x00029] in YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs:181
      
    • ❌️ UnityLocalisation_ImplicitStringsImportedCorrectly - Failed in 0.001s
      Expected: 0
      But was: 4

        at Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_ImplicitStringsImportedCorrectly () [0x00008] in YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs:160
      
  • ✅ Yarn.Unity.Tests.YarnImporterTests - 24/24 - Passed in 12.019s

    • YarnEditorUtility_HasValidEditorResources - Passed in 0.130s
    • YarnImporter_CanCreateNewProjectFromScript - Passed in 0.394s
    • YarnImporter_CanCreateNewScript - Passed in 0.238s
    • YarnImporter_CanCreateProjectAndScriptSimultaneously - Passed in 0.372s
    • YarnImporter_OnCreatingScriptNoLineIDs_HasNoImplicitLineIDs - Passed in 0.483s
    • YarnImporter_OnCreatingScriptWithNoLineIDs_HasImplicitLineIDs - Passed in 0.474s
    • YarnImporter_OnNonJSONProjectFormat_CanUpgrade - Passed in 0.542s
    • YarnImporter_OnNonJSONProjectFormat_ProducesUsefulError - Passed in 0.232s
    • YarnImporter_ProgramCacheIsInvalidatedAfterReimport - Passed in 0.639s
    • YarnImporterUtility_CanUpdateLocalizedCSVs_WhenBaseScriptChanges - Passed in 1.152s
    • YarnProjectImporter_OnImport_CreatesLocalizations - Passed in 0.449s
    • YarnProjectImporter_OnInvalidYarnFile_ImportsButDoesNotCompile - Passed in 0.509s
    • YarnProjectImporter_OnLocalizationsConfigured_LocatesAssets - Passed in 0.567s
    • YarnProjectImporter_OnLocalizationsSupplied_GeneratesExpectedLocalizations - Passed in 0.589s
    • YarnProjectImporter_OnNoLocalizationsSupplied_GeneratesExpectedLocalizations - Passed in 0.587s
    • YarnProjectImporter_OnValidYarnFile_GetExpectedStrings - Passed in 0.436s
    • YarnProjectImporter_OnValidYarnFile_ImportsAndCompilesSuccessfully - Passed in 0.478s
    • YarnProjectImporter_OnValidYarnFileWithMetadata_GeneratesLineMetadata - Passed in 0.428s
    • YarnProjectImporter_OnValidYarnFileWithMetadata_GetExpectedLineMetadata - Passed in 0.444s
    • YarnProjectImporter_OnValidYarnFileWithNoLineTags_CannotGetStrings - Passed in 0.420s
    • YarnProjectImporter_OnValidYarnFileWithoutMetadata_GeneratesEmptyLineMetadata - Passed in 0.427s
    • YarnProjectImporter_UpdatesLineMetadata_WhenBaseScriptChanges - Passed in 0.643s
    • YarnProjectImporter_UpdatesLineMetadata_WhenBaseScriptChangesWithoutMetadata - Passed in 0.654s
    • YarnProjectUtility_OnGeneratingLinesFile_CreatesFile - Passed in 0.732s
✅ playmode-results.xml - 45/45 - Passed in 4.130s
  • ✅ Yarn.Unity.Tests.CommandDispatchTests - 1/1 - Passed in 0.039s
    • CommandDispatch_Passes - Passed in 0.039s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests.HandleCommand_DispatchesCommands - 13/13 - Passed in 0.242s
    • HandleCommand_DispatchesCommands("testCommandInteger DialogueRunner 1 2","3") - Passed in 0.021s
    • HandleCommand_DispatchesCommands("testCommandString DialogueRunner a b","ab") - Passed in 0.019s
    • HandleCommand_DispatchesCommands("testCommandString DialogueRunner "a b" "c d"","a bc d") - Passed in 0.021s
    • HandleCommand_DispatchesCommands("testCommandGameObject DialogueRunner Sphere","Sphere") - Passed in 0.022s
    • HandleCommand_DispatchesCommands("testCommandComponent DialogueRunner Sphere","Sphere's MeshRenderer") - Passed in 0.019s
    • HandleCommand_DispatchesCommands("testCommandGameObject DialogueRunner DoesNotExist","(null)") - Passed in 0.018s
    • HandleCommand_DispatchesCommands("testCommandComponent DialogueRunner DoesNotExist","(null)") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testCommandNoParameters DialogueRunner","success") - Passed in 0.017s
    • HandleCommand_DispatchesCommands("testCommandOptionalParams DialogueRunner 1","3") - Passed in 0.017s
    • HandleCommand_DispatchesCommands("testCommandOptionalParams DialogueRunner 1 3","4") - Passed in 0.017s
    • HandleCommand_DispatchesCommands("testCommandDefaultName DialogueRunner","success") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testStaticCommand","success") - Passed in 0.017s
    • HandleCommand_DispatchesCommands("testExternalAssemblyCommand","success") - Passed in 0.021s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests.HandleCommand_FailsWhenParameterCountNotCorrect - 2/2 - Passed in 0.044s
    • HandleCommand_FailsWhenParameterCountNotCorrect("testCommandOptionalParams DialogueRunner","requires between 1 and 2 parameters, but 0 were provided") - Passed in 0.023s
    • HandleCommand_FailsWhenParameterCountNotCorrect("testCommandOptionalParams DialogueRunner 1 2 3","requires between 1 and 2 parameters, but 3 were provided") - Passed in 0.021s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests.HandleCommand_FailsWhenParameterTypesNotValid - 1/1 - Passed in 0.023s
    • HandleCommand_FailsWhenParameterTypesNotValid("testCommandInteger DialogueRunner 1 not_an_integer","Can't convert the given parameter") - Passed in 0.023s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests.SplitCommandText_SplitsTextCorrectly - 8/8 - Passed in 0.154s
    • SplitCommandText_SplitsTextCorrectly("one two three four",System.String[]) - Passed in 0.020s
    • SplitCommandText_SplitsTextCorrectly("one "two three" four",System.String[]) - Passed in 0.020s
    • SplitCommandText_SplitsTextCorrectly("one "two three four",System.String[]) - Passed in 0.017s
    • SplitCommandText_SplitsTextCorrectly("one "two \"three" four",System.String[]) - Passed in 0.017s
    • SplitCommandText_SplitsTextCorrectly("one \two three four",System.String[]) - Passed in 0.017s
    • SplitCommandText_SplitsTextCorrectly("one "two \\ three" four",System.String[]) - Passed in 0.020s
    • SplitCommandText_SplitsTextCorrectly("one "two \1 three" four",System.String[]) - Passed in 0.022s
    • SplitCommandText_SplitsTextCorrectly("one two",System.String[]) - Passed in 0.020s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests - 14/14 - Passed in 0.907s
    • AddCommandHandler_RegistersCommands - Passed in 0.069s
    • AddCommandHandler_RegistersCoroutineCommands - Passed in 0.031s
    • DialogueRunner_CanAccessInitialValues - Passed in 0.030s
    • DialogueRunner_CanAccessNodeHeaders - Passed in 0.025s
    • DialogueRunner_CanAccessNodeNames - Passed in 0.023s
    • DialogueRunner_OnDialogueStartAndStop_CallsEvents - Passed in 0.518s
    • DialogueRunner_WhenRestoringInvalidKey_FailsToLoad - Passed in 0.030s
    • DialogueRunner_WhenStateSaved_CanRestoreState - Passed in 0.028s
    • DialogueRunner_WhenStateSaved_CanRestoreState_PlayerPrefs - Passed in 0.027s
    • HandleCommand_DispatchedCommands_StartCoroutines - Passed in 0.025s
    • HandleLine_OnValidYarnFile_SendCorrectLinesToUI - Passed in 0.029s
    • HandleLine_OnViewsArrayContainingNullElement_SendCorrectLinesToUI - Passed in 0.021s
    • SaveAndLoad_BadSave - Passed in 0.023s
    • VariableStorage_OnExternalChanges_ReturnsExpectedValue - Passed in 0.027s
  • ✅ Yarn.Unity.Tests.VariableStorageTests - 6/6 - Passed in 2.674s
    • TestLoadingAndSettingAllVariables - Passed in 2.463s
    • TestLoadingDefaultValues - Passed in 0.039s
    • TestSavingAndLoadingFile - Passed in 0.066s
    • TestSavingAndLoadingFile_PlayerPrefs - Passed in 0.039s
    • TestVariableValuesFromYarnScript - Passed in 0.038s
    • VariableStorage_OnUsingValueWithInvalidName_ThrowsError - Passed in 0.029s

Annotations

Check failure on line 181 in YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results 2021.3.1f1-StandaloneWindows64

Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables

  Expected: 0
  But was:  4
Raw output
Looking for ""
Will be checking 1 tables
Table is "en"
Unable to find a locale in the string table that matches the default locale 
Updated the following files: YarnScript-ProjectA-1

at Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables () [0x00029] in /github/workspace/YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs:181

Check failure on line 160 in YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results 2021.3.1f1-StandaloneWindows64

Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_ImplicitStringsImportedCorrectly

  Expected: 0
  But was:  4
Raw output
at Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_ImplicitStringsImportedCorrectly () [0x00008] in /github/workspace/YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs:160