| 
     
      
      
      From: Foster B. <fbr...@ad...> - 2013-11-13 17:14:37
      
     
   | 
Thanks for finding this, Ivan. Please keep us posted.
-foster
On 11/13/13 7:16a, "Ivan Le Lann" <iva...@fr...> wrote:
>And also name_test fails :
>
>adobe::name_t test("test");
>adobe::check_null(test);
>
>-> 
>   ./adobe/test/check_null.hpp(23): error in "name_test": operator bool
>   ./adobe/test/check_null.hpp(24): error in "name_test": operator!
>
>Maybe because there are multiple "empty_string_s" declared and it's
>testing pointers.
> source/string_pool.cpp
> source/name.cpp
>
>Fixing this might fix the runtime name/smoke.cpp errors I had.
>I will try to issue a pull request soon.
>
>Regards,
>Ivan
>
>
>----- Mail original -----
>> De: "Ivan Le Lann" <iva...@fr...>
>> À: ado...@li...
>> Envoyé: Mercredi 13 Novembre 2013 11:06:04
>> Objet: [Adobe-source-devel] Failures with latest asl code and gcc
>> 
>> FYI,
>> 
>> On GCC/Linux, I see two test failures in latest asl code.
>> I attached full output of ../boost_libraries/b2.
>> gcc (GCC) 4.8.2 20131017 (Red Hat 4.8.2-1)
>> 
>> 
>> 1) Compilation error in smoke32 (gcc message is in french and
>> translates to : large integer implicitly truncated to unsigned type)
>> 
>> gcc.compile.c++
>> 
>>/home/ivan/src/adobe/built_artifacts/test/unit_tests/name/gcc-4.8.2/debug
>>/address-model-32/architecture-x86/cpp11-on/instruction-set-native/link-s
>>tatic/threading-multi/smoke.o
>> test/unit_tests/name/smoke.cpp: In member function ‘void
>> name_smoke::test_method()’:
>> test/unit_tests/name/smoke.cpp:71:46: erreur: grand entier
>> implicitement tronqué pour un type non signé [-Werror=overflow]
>>      constexpr std::size_t hello_world_hash = 0x38d1334144987bf4;
>> 
>> 
>> 2) Runtime failure of unit_tests/name/smoke
>> 
>> 
>> Running 1 test case...
>> dump: {
>>    str: 'Hello, world!'
>>      n: 13
>>   hash: 0x38d1334144987bf4
>> };
>> dump: {
>>    str: 'Red Sox'
>>      n: 7
>>   hash: 0xc5746070bacfea32
>> };
>> dump: {
>>    str: 'Cardinals'
>>      n: 9
>>   hash: 0xa3dc334207638b4e
>> };
>> dump: {
>>    str: ''
>>      n: 0
>>   hash: 0xcbf29ce484222325
>> };
>> test/unit_tests/name/smoke.cpp(110): error in "name_smoke": check
>> !static_cast<bool>(static_null) failed
>> test/unit_tests/name/smoke.cpp(112): error in "name_smoke": check
>> !static_cast<bool>(nullname) failed
>> 0x47d180
>> 14
>> 38d1334144987bf4
>> 
>> *** 2 failures detected in test suite "Master Test Suite"
>> 
>> Regards,
>> Ivan
>> 
>> 
>> 
>> 
>>-------------------------------------------------------------------------
>>-----
>> DreamFactory - Open Source REST & JSON Services for HTML5 & Native
>> Apps
>> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
>> Free app hosting. Or install the open source package on any LAMP
>> server.
>> Sign up and see examples for AngularJS, jQuery, Sencha Touch and
>> Native!
>> 
>>http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clkt
>>rk
>> _______________________________________________
>> Adobe-source-devel mailing list
>> Ado...@li...
>> https://lists.sourceforge.net/lists/listinfo/adobe-source-devel
>> 
>
>--------------------------------------------------------------------------
>----
>DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
>OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
>Free app hosting. Or install the open source package on any LAMP server.
>Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
>http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktr
>k
>_______________________________________________
>Adobe-source-devel mailing list
>Ado...@li...
>https://lists.sourceforge.net/lists/listinfo/adobe-source-devel
 |