Displaying 4 results from an estimated 4 matches for "test26".
Did you mean:
  test2
  
2004 Jul 08
2
1.0-test26
http://dovecot.org/test/
 - Fixed APPEND hanging if the whole message was sent in one TCP packet
(ie. fixes the "Sent mail" hangs)
 - Some changes in MySQL defaults
 - Working APOP auth
 - Fixes/improvements for cache file code. Still isn't as smart as it
could, but it seems to work again. The code is nearing a state where
plugins could add their own data into cache file.
2007 Apr 13
1
how to control which version of a package library() installs?
library() seems to remember the location of a package when I give it a 
lib.loc, and then use that version thereafter, even if I don't supply 
lib.loc again.  Is there any way I can load different versions of a 
package in one R session? -- I don't seem to able to simply detach the 
package and then load a different version from a different library location.
$ R
[...startup info...]
 >
2008 Apr 01
1
stalling on LOGIN
...aptest.stage.dealerflow.com[9]: Unexpected BYE: * BYE  
Disconnected for inactivity.
Error: test40 at imaptest.stage.dealerflow.com[8]: Unexpected BYE: * BYE  
Disconnected for inactivity.
Error: test44 at imaptest.stage.dealerflow.com[3]: Unexpected BYE: * BYE  
Disconnected for inactivity.
Error: test26 at imaptest.stage.dealerflow.com[7]: Unexpected BYE: * BYE  
Disconnected for inactivity.
Error: test38 at imaptest.stage.dealerflow.com[4]: Unexpected BYE: * BYE  
Disconnected for inactivity.
Error: test32 at imaptest.stage.dealerflow.com[1]: Unexpected BYE: * BYE  
Disconnected for inactivity.
E...
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...%fs:640
+; LINUX-X64: .cfi_endproc
+
+; DARWIN-X64: test25b:
+; DARWIN-X64-NOT: movq	___llvm__unsafe_stack_ptr
+; DARWIN-X64: .cfi_endproc
+  %a = alloca [4 x i32], align 16
+  %arrayidx = getelementptr inbounds [4 x i32]* %a, i32 0, i64 0
+  %0 = load i32* %arrayidx, align 4
+  ret i32 %0
+}
+
+; test26: Nested structure, no arrays, no address-of expressions.
+;         Verify that the resulting gep-of-gep does not incorrectly trigger
+;         a safe stack protector.
+;         safestack attribute
+; Requires no protector.
+define void @test26() nounwind uwtable safestack {
+entry:
+; LINUX-I386...