Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37749588
en ru br
ALT Linux repositórios
S:3.42.0-alt1
5.0: 3.5.9-alt4
4.1: 3.5.9-alt2.M41.1
4.0: 3.4.2-alt1
3.0: 3.2.2-alt1

Group :: Desenvolvimento/Banco de Dados
RPM: sqlite3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 0005-ALT-run-func7-pg-181-test-only-on-x86_64.patch
Download


From 6e14250ef2245bb3574c394741c08a5a4e387c6b Mon Sep 17 00:00:00 2001
From: "Vladimir D. Seleznev" <vseleznv@altlinux.org>
Date: Sun, 3 Jul 2022 23:20:18 +0000
Subject: [PATCH] ALT: run func7-pg-181 test only on x86_64
---
 sqlite/test/func7.test | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/sqlite/test/func7.test b/sqlite/test/func7.test
index bb4f80b32..8c9c06349 100644
--- a/sqlite/test/func7.test
+++ b/sqlite/test/func7.test
@@ -60,9 +60,11 @@ do_execsql_test func7-pg-170 {
 do_execsql_test func7-pg-180 {
   SELECT log10(1000.0)
 } {3.0}
-do_execsql_test func7-pg-181 {
-  SELECT format('%.30f', log10(100.0) );
-} {2.000000000000000000000000000000}
+if {$::tcl_platform(machine)=="x86_64"} {
+  do_execsql_test func7-pg-181 {
+    SELECT format('%.30f', log10(100.0) );
+  } {2.000000000000000000000000000000}
+}
 do_execsql_test func7-pg-182 {
   SELECT format('%.30f', ln(exp(2.0)) );
 } {2.000000000000000000000000000000}
-- 
2.33.3
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009