1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDE/Tests/EmptyTest/scripts/Minidump.txt

17 lines
827 B
Text
Raw Normal View History

SetSymSrvOptions("C:/SymCache", "http://symbols.beeflang.org/\nhttps://msdl.microsoft.com/download/symbols", "TempCache")
2019-09-04 10:27:37 -07:00
#SetSymSrvOptions("C:/SymCache", "http://127.0.0.1:8042", "TempCache")
2019-08-23 11:56:54 -07:00
OpenCrashDump("dumps/Chrome1.dmp")
WaitForPaused()
ClickPanelButton("Run")
WaitForPaused()
AssertLineContains("*zero = 0;")
SelectCallStackIdx(2)
AssertCurrentMethod("chrome_child.dll!content::RenderFrameImpl::OnFailedNavigation(const content::CommonNavigationParams& common_params, const content::RequestNavigationParams& request_params, bool has_stale_copy_in_cache, int error_code)")
AssertEvalEquals("error_code", "-300")
SelectCallStackIdx(15)
AssertCurrentMethod("chrome_child.dll!base::internal::InvokeHelper<1,void>::MakeItSo(void (bool)& weak_ptr, const base::WeakPtr<blink::scheduler::TaskQueueManager>&, const bool&)")