mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
20 lines
No EOL
901 B
Text
20 lines
No EOL
901 B
Text
# Disabled - This version of WS32_2.dll is no longer hosted by MS
|
|
Stop()
|
|
|
|
SetSymSrvOptions("C:/SymCache", "http://symbols.beeflang.org/\nhttps://msdl.microsoft.com/download/symbols", "TempCache")
|
|
#SetSymSrvOptions("C:/SymCache", "http://127.0.0.1:8042", "TempCache")
|
|
|
|
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&)") |