Back to build
Raw log | Switch to full mode | Login

Running main() from ../../third_party/googletest/googletest/src/gtest_main.cc [==========] Running 15 tests from 1 test suite. [----------] Global test environment set-up. [----------] 15 tests from SessionCtlAppTest [ RUN ] SessionCtlAppTest.GetUsage [ OK ] SessionCtlAppTest.GetUsage (35 ms) [ RUN ] SessionCtlAppTest.AddMod Using auto-generated --story_name value of 13130929935480607407 Using auto-generated --mod_name value of fuchsia-pkg://fuchsia.com/mod_url#meta/mod_url.cmx Added mod_name: fuchsia-pkg://fuchsia.com/mod_url#meta/mod_url.cmx in story_name: 13130929935480607407 [ OK ] SessionCtlAppTest.AddMod (71 ms) [ RUN ] SessionCtlAppTest.AddModWithoutURL Using auto-generated --story_name value of 1025414913772699297 Using auto-generated --mod_name value of fuchsia-pkg://fuchsia.com/mod_name#meta/mod_name.cmx Added mod_name: fuchsia-pkg://fuchsia.com/mod_name#meta/mod_name.cmx in story_name: 1025414913772699297 [ OK ] SessionCtlAppTest.AddModWithoutURL (64 ms) [ RUN ] SessionCtlAppTest.AddModWithColon Using auto-generated --story_name value of 12284836947483864450 Using auto-generated --mod_name value of mod_name:0000 Added mod_name: mod_name:0000 in story_name: 12284836947483864450 [ OK ] SessionCtlAppTest.AddModWithColon (62 ms) [ RUN ] SessionCtlAppTest.AddModBadChars Using auto-generated --story_name value of 15775000526917093942 Using auto-generated --mod_name value of a:bad/mod/name Added mod_name: a:bad/mod/name in story_name: 15775000526917093942 [ OK ] SessionCtlAppTest.AddModBadChars (61 ms) [ RUN ] SessionCtlAppTest.AddModWeb Using auto-generated --story_name value of 10557960124932432280 Using auto-generated --mod_name value of https://www.google.com Added mod_name: https://www.google.com in story_name: 10557960124932432280 [ OK ] SessionCtlAppTest.AddModWeb (61 ms) [ RUN ] SessionCtlAppTest.AddModOverrideDefaults Added mod_name: m in story_name: s [ OK ] SessionCtlAppTest.AddModOverrideDefaults (61 ms) [ RUN ] SessionCtlAppTest.AddModBadStoryName Bad characters in story_name: ?? [ OK ] SessionCtlAppTest.AddModBadStoryName (41 ms) [ RUN ] SessionCtlAppTest.AddModMissingModUrl Missing MOD_URL. Ex: sessionctl add_mod slider_mod [ OK ] SessionCtlAppTest.AddModMissingModUrl (51 ms) [ RUN ] SessionCtlAppTest.RemoveMod Using auto-generated --story_name value of 2566536253046604390 Using auto-generated --mod_name value of fuchsia-pkg://fuchsia.com/mod#meta/mod.cmx Added mod_name: fuchsia-pkg://fuchsia.com/mod#meta/mod.cmx in story_name: 2566536253046604390 Removed mod_name: mod in story_name: mod [ OK ] SessionCtlAppTest.RemoveMod (81 ms) [ RUN ] SessionCtlAppTest.RemoveModOverrideDefault Added mod_name: m in story_name: s Removed mod_name: m in story_name: s [ OK ] SessionCtlAppTest.RemoveModOverrideDefault (71 ms) [ RUN ] SessionCtlAppTest.RemoveModMissingModName Missing MOD_NAME. Ex: sessionctl remove_mod slider_mod [ OK ] SessionCtlAppTest.RemoveModMissingModName (34 ms) [ RUN ] SessionCtlAppTest.DeleteStory Using auto-generated --mod_name value of fuchsia-pkg://fuchsia.com/mod#meta/mod.cmx Added mod_name: fuchsia-pkg://fuchsia.com/mod#meta/mod.cmx in story_name: story Deleted story_name: story [ OK ] SessionCtlAppTest.DeleteStory (81 ms) [ RUN ] SessionCtlAppTest.DeleteStoryMissingStoryName Missing STORY_NAME. Ex. sessionctl delete_story story [ OK ] SessionCtlAppTest.DeleteStoryMissingStoryName (41 ms) [ RUN ] SessionCtlAppTest.DeleteAllStories Using auto-generated --story_name value of 6670311533093746763 Using auto-generated --mod_name value of fuchsia-pkg://fuchsia.com/mod1#meta/mod1.cmx Added mod_name: fuchsia-pkg://fuchsia.com/mod1#meta/mod1.cmx in story_name: 6670311533093746763 Using auto-generated --story_name value of 15655358544321903394 Using auto-generated --mod_name value of fuchsia-pkg://fuchsia.com/mod2#meta/mod2.cmx Added mod_name: fuchsia-pkg://fuchsia.com/mod2#meta/mod2.cmx in story_name: 15655358544321903394 Deleted the following stories: 15655358544321903394 6670311533093746763 [ OK ] SessionCtlAppTest.DeleteAllStories (111 ms) [----------] 15 tests from SessionCtlAppTest (926 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (926 ms total) [ PASSED ] 15 tests.