Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testOutput (0.14 sec)

  1. src/bufio/bufio_test.go

    				}
    				break
    			}
    			if want := testOutput[done : done+len(line)]; !bytes.Equal(want, line) {
    				t.Errorf("Bad line at stride %d: want: %x got: %x", stride, want, line)
    			}
    			done += len(line)
    		}
    		if done != len(testOutput) {
    			t.Errorf("ReadLine didn't return everything: got: %d, want: %d (stride: %d)", done, len(testOutput), stride)
    		}
    	}
    }
    
    func TestReadLine(t *testing.T) {
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 07 01:08:54 UTC 2025
    - 51.6K bytes
    - Viewed (0)
  2. .bazelrc

    test:win_clang_base --linkopt=/FORCE:MULTIPLE
    test:win_clang_base --host_linkopt=/FORCE:MULTIPLE
    test:win_clang_base --build_tests_only --keep_going --test_output=errors --verbose_failures=true --test_summary=short
    
    build:win_clang --config=win_clang_base
    build:win_clang --config=clang_local
    build:win_clang --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top