search for: printtostr

Displaying 5 results from an estimated 5 matches for "printtostr".

Did you mean: inttostr
2011 Mar 09
2
[LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
...gt; Test on mingw64-trunk (i686-w64-mingw32, 4.5.3 20110308): Expected Passes : 5114 Expected Failures : 48 Unsupported Tests : 547 Unexpected Failures: 130 The following failures is very strange: C:\var\pool\llvm-2.9rc1\unittests\Support\raw_ostream_test.cpp:100: Failure Value of: printToStringUnbuffered(1.1) Actual: "1.100000e+000" Expected: "1.100000e+00" [ FAILED ] raw_ostreamTest.Types_Unbuffered (0 ms) C:\var\pool\llvm-2.9rc1\unittests\Support\raw_ostream_test.cpp:69: Failure Value of: printToString(1.1) Actual: "1.100000e+000" Expected: "...
2011 Mar 09
0
[LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
On Wed, Mar 9, 2011 at 09:51, Bill Wendling <wendling at apple.com> wrote: > There are LLVM 2.9 RC1 pre-release tarballs source available. You can find > them here: > > http://llvm.org/pre-releases/2.9/ > > Please download them, build them, and compile things to your heart's > content. And most importantly file a bunch of bug reports. :-) > > Share and
2011 Mar 09
5
[LLVMdev] LLVM 2.9 RC1 Pre-release Tarballs
There are LLVM 2.9 RC1 pre-release tarballs source available. You can find them here: http://llvm.org/pre-releases/2.9/ Please download them, build them, and compile things to your heart's content. And most importantly file a bunch of bug reports. :-) Share and enjoy! -bw
2007 Sep 12
0
9 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_player_as.c test/trace
..."isPrototypeOf") /* add more here */ ; diff-tree 894adaeac00bc31c847d85f279d872886a32751e (from e1c72a42832cf84d1b7c491fefe2879313415805) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Sep 11 21:38:41 2007 +0300 Rename valueof and tostring to printvalueof and printtostring in values.as To avoid non-determinism with having multiple variables using different case diff --git a/test/trace/values.as b/test/trace/values.as index 25afaea..b7759c7 100644 --- a/test/trace/values.as +++ b/test/trace/values.as @@ -16,14 +16,14 @@ printall.toString = function () {...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...onstructor property Recompile function-properties test with trace_properties.as changes Add Object.prototype.toLocaleString method (just calls this.toString) Few (un)watch tweaks Expand object-watch test for various cases Rename valueof and tostring to printvalueof and printtostring in values.as Implement Object's isPrototypeOf method Add a test for Object's isPrototypeOf method Implement turning 6, 7 and 8 prefixes to propflags in ASSetNative function Initialize Object's method in swfdec_as_initialize.as Fix typo in ASSetNative'...