func runAssembler(t *testing.T, srcdata string) []byte { … } func TestSplitImm24uScaled(t *testing.T) { … } // TestLarge generates a very large file to verify that large // program builds successfully, in particular, too-far // conditional branches are fixed, and also verify that the // instruction's pc can be correctly aligned even when branches // need to be fixed. func TestLarge(t *testing.T) { … } // Issue 20348. func TestNoRet(t *testing.T) { … } // TestPCALIGN verifies the correctness of the PCALIGN by checking if the // code can be aligned to the alignment value. func TestPCALIGN(t *testing.T) { … }