Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ttiSigpanic2 (0.22 sec)

  1. src/runtime/traceback_test.go

    	})
    
    	t.Run("sigpanic", func(t *testing.T) {
    		// Check that sigpanic from an inlined function prints correctly
    		r := ttiSigpanic1()
    		check(t, r, "runtime_test.ttiSigpanic1.func1()", "panic", "runtime_test.ttiSigpanic3(...)", "runtime_test.ttiSigpanic2(...)", "runtime_test.ttiSigpanic1()")
    	})
    
    	t.Run("wrapper", func(t *testing.T) {
    		// Check that a method inlined into a wrapper prints correctly
    		r := ttiWrapper1()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 22.9K bytes
    - Viewed (0)
Back to top