search for: bugtest

Displaying 16 results from an estimated 16 matches for "bugtest".

2008 Feb 13
4
Migration Issues: Can't update newly added column values
...all records and sets "deleted_at" to "Time.now" if the "is_deleted" field is true. Or, at least that''s the idea. Unfortunately, the code to update the field has no effect. Can someone tell me why? For completeness, I created a simple test rails application (bugtest) to demonstrate. The applicable files/code are as follows: ---------- bugtest/db/migrate/001_create_options.rb <--- Original table definition ---------- class CreateOptions < ActiveRecord::Migration def self.up create_table :options do |t| t.string :name t.boolean :is_dele...
2012 Jul 05
2
[LLVMdev] Vector argument passing abi for ARM ?
...valid to write .ll statement like: ; ModuleID = 'bugconv.ll' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" target triple = "thumbv7-none-linux-androideabi" define arm_aapcscc void @bugtest_CALL(i8* nocapture %.T_0375) nounwind { L.entry: %0 = bitcast i8* %.T_0375 to <2 x i8>* %1 = load <2 x i8>* %0, align 2 %2 = getelementptr i8* %.T_0375, i32 2 %3 = bitcast i8* %2 to <2 x i8>* %4 = load <2 x i8>* %3, align 2 tail call arm_aapcscc void @bugtest(&l...
2014 Jul 07
4
[LLVMdev] Splitting basic block results in unknown instruction type assertion
...tatic char ID; TestPass() : ModulePass(ID) {} virtual bool runOnModule(Module &M) { TestInstVisitor visitor; visitor.visit(M); return true; } }; } char TestPass::ID = 0; static RegisterPass<TestPass> X("bugtest", "Bug test pass", false, false); // -------------------- buginput.cpp void foo() {} int main() { foo(); return 0; } If you run the "bugtest" pass on the buginput test program, you should see the following assertion failure: Unkno...
2012 Jul 05
0
[LLVMdev] Vector argument passing abi for ARM ?
...valid to write .ll statement like: ; ModuleID = 'bugconv.ll' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" target triple = "thumbv7-none-linux-androideabi" define arm_aapcscc void @bugtest_CALL(i8* nocapture %.T_0375) nounwind { L.entry: %0 = bitcast i8* %.T_0375 to <2 x i8>* %1 = load <2 x i8>* %0, align 2 %2 = getelementptr i8* %.T_0375, i32 2 %3 = bitcast i8* %2 to <2 x i8>* %4 = load <2 x i8>* %3, align 2 tail call arm_aapcscc void @bugtest(&l...
2012 Jul 05
3
[LLVMdev] Vector argument passing abi for ARM ?
...> > ; ModuleID = 'bugconv.ll' > target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- > i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" > target triple = "thumbv7-none-linux-androideabi" > > define arm_aapcscc void @bugtest_CALL(i8* nocapture %.T_0375) nounwind > { > L.entry: > %0 = bitcast i8* %.T_0375 to <2 x i8>* > %1 = load <2 x i8>* %0, align 2 > %2 = getelementptr i8* %.T_0375, i32 2 > %3 = bitcast i8* %2 to <2 x i8>* > %4 = load <2 x i8>* %3, align 2 >...
2007 Jul 18
0
ADS users authentication problem where win2k and pre-win2k names of user differ
Hello, I am new to the list and this is my first posting to the list. I have an ADS running on Win2k3 in Native Mode. I have a user created in ADS. While creating the user I have specified the "Win2K name of user" as testbug and "Pre-Win2k Name of user" is bugtest. Essentially they are not same and do differ. I have a samba 3.0.25d running on Fedora Core 7 which has joined this ADS domain. I also have a share whose definition goes as [myshare] comment = Mary's and Fred's stuff path = /music valid users = "DOMAIN\testbug" "DO...
2003 Dec 09
1
Maybe some bug on sapply and cbind (PR#5628)
Full_Name: Drouilhet R?my Version: 1.8.1 OS: Linux Submission from: (NULL) (195.221.43.136) Hi!!! Is there some mistake? This is some part of one of my R programs. I created this function to show you the trouble!!! bugTest<-function() { paramnames <- c("mean","sd") param <- list(expression(1),expression(2)) paramtmp <- list(mean=0,sd=1) if(length(param)) { sapply(1:length(param),function(i) paramtmp[[paramnames[i]]]<<-param[[i]]) } paramtmp } If you run : >...
2015 Jan 06
10
[Bug 2331] New: ssh-copy-id -i id_new.pub fails to copy that id, also: wrong error msg
https://bugzilla.mindrot.org/show_bug.cgi?id=2331 Bug ID: 2331 Summary: ssh-copy-id -i id_new.pub fails to copy that id, also: wrong error msg Product: Portable OpenSSH Version: -current Hardware: All OS: Linux Status: NEW Severity: major Priority: P5 Component:
2012 Jul 05
0
[LLVMdev] Vector argument passing abi for ARM ?
...ID = 'bugconv.ll' >> target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- >> i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" >> target triple = "thumbv7-none-linux-androideabi" >> >> define arm_aapcscc void @bugtest_CALL(i8* nocapture %.T_0375) nounwind >> { >> L.entry: >> %0 = bitcast i8* %.T_0375 to <2 x i8>* >> %1 = load <2 x i8>* %0, align 2 >> %2 = getelementptr i8* %.T_0375, i32 2 >> %3 = bitcast i8* %2 to <2 x i8>* >> %4 = load &...
2012 Jul 05
2
[LLVMdev] RE : Vector argument passing abi for ARM ?
...ID = 'bugconv.ll' >> target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- >> i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" >> target triple = "thumbv7-none-linux-androideabi" >> >> define arm_aapcscc void @bugtest_CALL(i8* nocapture %.T_0375) nounwind >> { >> L.entry: >> %0 = bitcast i8* %.T_0375 to <2 x i8>* >> %1 = load <2 x i8>* %0, align 2 >> %2 = getelementptr i8* %.T_0375, i32 2 >> %3 = bitcast i8* %2 to <2 x i8>* >> %4 = load &...
2012 Jul 05
0
[LLVMdev] RE : Vector argument passing abi for ARM ?
...' >>> target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- >>> i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" >>> target triple = "thumbv7-none-linux-androideabi" >>> >>> define arm_aapcscc void @bugtest_CALL(i8* nocapture %.T_0375) nounwind >>> { >>> L.entry: >>> %0 = bitcast i8* %.T_0375 to <2 x i8>* >>> %1 = load <2 x i8>* %0, align 2 >>> %2 = getelementptr i8* %.T_0375, i32 2 >>> %3 = bitcast i8* %2 to <2 x i8&...
2005 Dec 20
9
Rails Configuration Question
...database models are wrappers for non-rails tables and include primary key redefinition, table definition, and foreign key relationships. #Unit Test Example# This is code from a working unit test that accesses the database: require File.dirname(__FILE__) + ''/../test_helper'' class BugTest < Test::Unit::TestCase def setup @bug = Bug.find(1) end def test_read assert_equal 1, @bug.id puts "Category => " + @bug.category.sCategory puts "Project => " + @bug.project.sProject puts "Area => " + @bug.area.sArea puts &quo...
2005 Jul 28
0
Re: songs on website
...our and per day. It also gives out a greeting via metadata to new listeners, kind of cool. You can see the new stuff at spogbiper.com. Or better, get your own copy working :) So I have been working... the code is much cleaner and better documented. I hope to find some people to start using it to bugtest and help improve it, especially people who know perl and sql. I will have extra time this week and weekend, so I can help anyone get things working if you are interested to try it. Let me know and I'll send the code and what docs we have so far. -Aaron On 7/23/05, Balint Jacint <bjacint@...
2000 Oct 11
2
invalid regular expression after many grep's (PR#691)
Full_Name: J Utans Version: 1.1.1 OS: NT4 (SP6) Submission from: (NULL) (155.140.123.250) After grep is called many times (> 250k), with constant strings as patterns, it complains with "invalid regular expression" on calls that worked before (with same pattern and x). At the same time copying to the clipboard does no longer work with "out of memory" error (i.e. when trying
2019 Mar 12
1
Regression ACL & namespace prefix
...reviously. >>>> Anyway, reverting this line alone fixes the problem and while >>>> testing both per-mailbox ACL vfile and Global ACL file, >>>> reverting this did not affect them. -------------- next part -------------- A non-text attachment was scrubbed... Name: bugtest.sh Type: application/x-shellscript Size: 1659 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20190312/7cc5ed9a/attachment.bin>
2019 Mar 07
2
Regression ACL & namespace prefix
Sorry, we have not yet been able to look into this.. It's now in our internal system as DOP-966 Aki > On 7 March 2019 17:31 Michal Hlavinka via dovecot <dovecot at dovecot.org> wrote: > > > Hi, > any progress with this issue? Do you need more information to debug and > fix this? > > Cheers > Michal Hlavinka > > On 9/18/18 4:10 PM, Michal Hlavinka